From bce835c20b4b41905f761a7beba3330a0f5a6e19 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Thu, 22 Feb 2024 17:15:47 -0500 Subject: [PATCH 1/2] add CSMVersion to controller-manager --- deploy/operator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 5efac8adf..0ebd27d58 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -1249,6 +1249,7 @@ spec: metadata: labels: control-plane: controller-manager + CSMVersion: v1.10.0 spec: containers: - args: From e02e03e30216055a835d02b0520d8b5603b15aed Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Thu, 22 Feb 2024 17:26:08 -0500 Subject: [PATCH 2/2] use annotation instead of label --- deploy/operator.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 0ebd27d58..a0bfa2913 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -1249,7 +1249,8 @@ spec: metadata: labels: control-plane: controller-manager - CSMVersion: v1.10.0 + annotations: + storage.dell.com/CSMVersion: v1.10.0 spec: containers: - args: