From a7f2f34deb5672e428c9fd87611d53c49a3e0d74 Mon Sep 17 00:00:00 2001 From: Christian Coffield Date: Fri, 23 Feb 2024 08:39:11 -0500 Subject: [PATCH] Add CSMVersion annotation to operator controller-manager pod (#492) * add CSMVersion to controller-manager * use annotation instead of label --- deploy/operator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/operator.yaml b/deploy/operator.yaml index 5efac8adf..a0bfa2913 100644 --- a/deploy/operator.yaml +++ b/deploy/operator.yaml @@ -1249,6 +1249,8 @@ spec: metadata: labels: control-plane: controller-manager + annotations: + storage.dell.com/CSMVersion: v1.10.0 spec: containers: - args: