From e32642c0a36d2e1601b6b9f75a094a8731b6d3a1 Mon Sep 17 00:00:00 2001
From: boyamurthy <92081029+boyamurthy@users.noreply.github.com>
Date: Mon, 8 Apr 2024 14:09:07 +0530
Subject: [PATCH] Bump chart driver versions for CSM 1.11 (#407)

---
 charts/csi-isilon/Chart.yaml                  | 10 ++--
 charts/csi-isilon/values.yaml                 | 12 ++--
 charts/csi-powermax/Chart.yaml                | 10 ++--
 .../charts/csireverseproxy/Chart.yaml         |  4 +-
 .../charts/csireverseproxy/values.yaml        |  2 +-
 charts/csi-powermax/values.yaml               | 22 +++----
 charts/csi-powerstore/Chart.yaml              | 10 ++--
 charts/csi-powerstore/values.yaml             | 12 ++--
 charts/csi-unity/Chart.yaml                   | 10 ++--
 charts/csi-unity/values.yaml                  |  6 +-
 charts/csi-vxflexos/Chart.yaml                | 10 ++--
 charts/csi-vxflexos/values.yaml               | 12 ++--
 charts/csm-replication/Chart.yaml             |  4 +-
 charts/csm-replication/values.yaml            |  2 +-
 .../container-storage-modules/Chart.yaml      | 16 ++---
 .../container-storage-modules/values.yaml     | 58 +++++++++----------
 16 files changed, 100 insertions(+), 100 deletions(-)

diff --git a/charts/csi-isilon/Chart.yaml b/charts/csi-isilon/Chart.yaml
index 7e9ae29d..b07750aa 100644
--- a/charts/csi-isilon/Chart.yaml
+++ b/charts/csi-isilon/Chart.yaml
@@ -1,11 +1,11 @@
 apiVersion: v2
 name: csi-isilon
-version: 2.10.1
-appVersion: "2.10.1"
-kubeVersion: ">= 1.23.0"
-#If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
+version: 2.11.0
+appVersion: "2.11.0"
+kubeVersion: ">= 1.21.0 < 1.31.0"
+#If you are using a complex K8s version like "v1.22.3-mirantis-1", use this kubeVersion check instead
 #WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
-#kubeVersion: ">= 1.23.0-0"
+#kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
 description: |
   PowerScale CSI (Container Storage Interface) driver Kubernetes
   integration. This chart includes everything required to provision via CSI as
diff --git a/charts/csi-isilon/values.yaml b/charts/csi-isilon/values.yaml
index ba58fd62..8661837b 100644
--- a/charts/csi-isilon/values.yaml
+++ b/charts/csi-isilon/values.yaml
@@ -2,11 +2,11 @@
 ########################
 # version: version of this values file
 # Note: Do not change this value
-version: "v2.10.1"
+version: "v2.11.0"
 
 images:
   # "driver" defines the container image, used for the driver container.
-  driver: dellemc/csi-isilon:v2.10.1
+  driver: dellemc/csi-isilon:v2.11.0
   # CSI sidecars
   attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
   provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -16,10 +16,10 @@ images:
   healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
 
   # CSM sidecars
-  replication: dellemc/dell-csi-replicator:v1.8.1
-  podmon: dellemc/podmon:v1.9.1
-  authorization: dellemc/csm-authorization-sidecar:v1.10.1
-  metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
+  replication: dellemc/dell-csi-replicator:v1.9.0
+  podmon: dellemc/podmon:v1.10.0
+  authorization: dellemc/csm-authorization-sidecar:v1.11.0
+  metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
   encryption: dellemc/csm-encryption:v0.3.0
 
 # CSI driver log level
diff --git a/charts/csi-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml
index 7dbc3e87..afa7ac5b 100644
--- a/charts/csi-powermax/Chart.yaml
+++ b/charts/csi-powermax/Chart.yaml
@@ -1,22 +1,22 @@
 apiVersion: v2
-appVersion: "2.10.1"
+appVersion: "2.11.0"
 name: csi-powermax
-version: 2.10.1
+version: 2.11.0
 description: |
   PowerMax CSI (Container Storage Interface) driver Kubernetes
   integration. This chart includes everything required to provision via CSI as
   well as a PowerMax StorageClass.
 type: application
-kubeVersion: ">= 1.23.0"
+kubeVersion: ">= 1.23.0 < 1.31.0"
 # If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
 # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
-# kubeVersion: ">= 1.23.0-0"
+# kubeVersion: ">= 1.23.0-0 < 1.31.0-0"
 keywords:
   - csi
   - storage
 dependencies:
   - name: csireverseproxy
-    version: 2.9.1
+    version: 2.10.0
     condition: required
 home: https://github.com/dell/csi-powermax
 icon: https://avatars1.githubusercontent.com/u/20958494?s=200&v=4
diff --git a/charts/csi-powermax/charts/csireverseproxy/Chart.yaml b/charts/csi-powermax/charts/csireverseproxy/Chart.yaml
index 76992f7e..17084e2e 100644
--- a/charts/csi-powermax/charts/csireverseproxy/Chart.yaml
+++ b/charts/csi-powermax/charts/csireverseproxy/Chart.yaml
@@ -4,6 +4,6 @@ description: A Helm chart for CSI PowerMax ReverseProxy
 
 type: application
 
-version: 2.9.1
+version: 2.10.0
 
-appVersion: 2.9.1
+appVersion: 2.10.0
diff --git a/charts/csi-powermax/charts/csireverseproxy/values.yaml b/charts/csi-powermax/charts/csireverseproxy/values.yaml
index 0dd33dee..3b6541b7 100644
--- a/charts/csi-powermax/charts/csireverseproxy/values.yaml
+++ b/charts/csi-powermax/charts/csireverseproxy/values.yaml
@@ -1,4 +1,4 @@
-image: dellemc/csipowermax-reverseproxy:v2.9.1
+image: dellemc/csipowermax-reverseproxy:v2.10.0
 port: 2222
 
 # TLS secret which is used for setting up the proxy HTTPS server
diff --git a/charts/csi-powermax/values.yaml b/charts/csi-powermax/values.yaml
index 695d7be0..541466a5 100644
--- a/charts/csi-powermax/values.yaml
+++ b/charts/csi-powermax/values.yaml
@@ -22,9 +22,9 @@ global:
     - storageArrayId: "000000000001"
       endpoint: https://primary-1.unisphe.re:8443
       backupEndpoint: https://backup-1.unisphe.re:8443
-#    - storageArrayId: "000000000002"
-#      endpoint: https://primary-2.unisphe.re:8443
-#      backupEndpoint: https://backup-2.unisphe.re:8443
+  #    - storageArrayId: "000000000002"
+  #      endpoint: https://primary-2.unisphe.re:8443
+  #      backupEndpoint: https://backup-2.unisphe.re:8443
   managementServers:
     - endpoint: https://primary-1.unisphe.re:8443
       credentialsSecret: primary-1-secret
@@ -48,14 +48,14 @@ global:
 
 # Current version of the driver
 # Don't modify this value as this value will be used by the install script
-version: "v2.10.1"
+version: "v2.11.0"
 
 # "images" defines every container images used for the driver and its sidecars.
 #  To use your own images, or a private registry, change the values here.
 images:
   # "driver" defines the container image, used for the driver container.
-  driver: dellemc/csi-powermax:v2.10.1
-  csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1
+  driver: dellemc/csi-powermax:v2.11.0
+  csireverseproxy: dellemc/csipowermax-reverseproxy:v2.10.0
   # CSI sidecars
   attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
   provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -64,12 +64,12 @@ images:
   registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
   healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
   # CSM sidecars
-  replication: dellemc/dell-csi-replicator:v1.8.1
-  authorization: dellemc/csm-authorization-sidecar:v1.10.1
-  migration: dellemc/dell-csi-migrator:v1.3.1
+  replication: dellemc/dell-csi-replicator:v1.9.0
+  authorization: dellemc/csm-authorization-sidecar:v1.11.0
+  migration: dellemc/dell-csi-migrator:v1.4.0
   # Node rescan sidecar does a rescan on nodes for identifying new paths
-  # Default value: dellemc/dell-csi-node-rescanner:v1.0.1
-  noderescan: dellemc/dell-csi-node-rescanner:v1.3.1
+  # Default value: dellemc/dell-csi-node-rescanner:v1.3.0
+  noderescan: dellemc/dell-csi-node-rescanner:v1.3.0
 ## K8S/DRIVER ATTRIBUTES
 ########################
 # customDriverName: If enabled, sets the driver name to the
diff --git a/charts/csi-powerstore/Chart.yaml b/charts/csi-powerstore/Chart.yaml
index 3f000066..98c98f05 100644
--- a/charts/csi-powerstore/Chart.yaml
+++ b/charts/csi-powerstore/Chart.yaml
@@ -1,16 +1,16 @@
 apiVersion: v2
-appVersion: "2.10.1"
+appVersion: "2.11.0"
 name: csi-powerstore
-version: 2.10.1
+version: 2.11.0
 description: |
   PowerStore CSI (Container Storage Interface) driver Kubernetes
   integration. This chart includes everything required to provision via CSI as
   well as a PowerStore StorageClass.
 type: application
-kubeVersion: ">= 1.23.0"
-# If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
+kubeVersion: ">= 1.24.0 < 1.31.0"
+# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
 # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
-# kubeVersion: ">= 1.23.0-0"
+# kubeVersion: ">= 1.24.0-0 < 1.31.0-0"
 keywords:
 - csi
 - storage
diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml
index c40485d2..7baf7065 100644
--- a/charts/csi-powerstore/values.yaml
+++ b/charts/csi-powerstore/values.yaml
@@ -23,13 +23,13 @@
 driverName: "csi-powerstore.dellemc.com"
 # "version" is used to verify the values file matches driver version
 # Not recommend to change
-version: v2.10.1
+version: v2.11.0
 
 # "images" defines every container images used for the driver and its sidecars.
 #  To use your own images, or a private registry, change the values here.
 images:
   # "driver" defines the container image, used for the driver container.
-  driver: dellemc/csi-powerstore:v2.10.1
+  driver: dellemc/csi-powerstore:v2.11.0
   # CSI sidecars
   attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
   provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -39,10 +39,10 @@ images:
   healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
 
   # CSM sidecars
-  replication: dellemc/dell-csi-replicator:v1.8.1
-  vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
-  podmon: dellemc/podmon:v1.9.1
-  metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
+  replication: dellemc/dell-csi-replicator:v1.9.0
+  vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.6.0
+  podmon: dellemc/podmon:v1.10.0
+  metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
 
 # Specify kubelet config dir path.
 # Ensure that the config.yaml file is present at this path.
diff --git a/charts/csi-unity/Chart.yaml b/charts/csi-unity/Chart.yaml
index 74a1de74..accad5be 100644
--- a/charts/csi-unity/Chart.yaml
+++ b/charts/csi-unity/Chart.yaml
@@ -1,16 +1,16 @@
 apiVersion: v2
-appVersion: 2.10.1
+appVersion: 2.11.0
 name: csi-unity
-version: 2.10.1
+version: 2.11.0
 description: |
   Unity XT CSI (Container Storage Interface) driver Kubernetes
   integration. This chart includes everything required to provision via CSI as
   well as a Unity XT StorageClass.
 type: application
-kubeVersion: ">= 1.23.0"
-# If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
+kubeVersion: ">= 1.24.0 < 1.31.0"
+# If you are using a complex K8s version like "v1.24.3-mirantis-1", use this kubeVersion check instead
 # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
-# kubeVersion: ">= 1.23.0-0"
+# kubeVersion: ">= 1.24.0-0 < 1.31.0-0"
 keywords:
   - csi
   - storage
diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml
index c69ee876..1642d875 100644
--- a/charts/csi-unity/values.yaml
+++ b/charts/csi-unity/values.yaml
@@ -4,11 +4,11 @@
 # version: version of this values file
 # Note: Do not change this value
 # Examples : "v2.9.0" , "nightly"
-version: "v2.10.1"
+version: "v2.11.0"
 
 images:
   # "driver" defines the container image, used for the driver container.
-  driver: dellemc/csi-unity:v2.10.1
+  driver: dellemc/csi-unity:v2.11.0
   # CSI sidecars
   attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
   provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -18,7 +18,7 @@ images:
   healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
 
   # CSM sidecars
-  podmon: dellemc/podmon:v1.9.1
+  podmon: dellemc/podmon:v1.10.0
 
 # LogLevel is used to set the logging level of the driver.
 # Allowed values: "error", "warn"/"warning", "info", "debug"
diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml
index f0b6655b..d06e9488 100644
--- a/charts/csi-vxflexos/Chart.yaml
+++ b/charts/csi-vxflexos/Chart.yaml
@@ -1,15 +1,15 @@
 apiVersion: v2
-appVersion: "2.10.1"
+appVersion: "2.11.0"
 name: csi-vxflexos
-version: "2.10.2"
+version: "2.11.0"
 description: |
   VxFlex OS CSI (Container Storage Interface) driver Kubernetes
   integration. This chart includes everything required to provision via CSI as
   well as a VxFlex OS StorageClass.
-kubeVersion: ">= 1.23.0"
-# If you are using a complex K8s version like "v1.23.3-mirantis-1", use this kubeVersion check instead
+kubeVersion: ">= 1.21.0 < 1.31.0"
+# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead
 # WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED
-# kubeVersion: ">= 1.23.0-0"
+# kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
 keywords:
 - csi
 - storage
diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml
index e05b80ff..a6adfe55 100644
--- a/charts/csi-vxflexos/values.yaml
+++ b/charts/csi-vxflexos/values.yaml
@@ -3,14 +3,14 @@
 
 # "version" is used to verify the values file matches driver version
 # Not recommend to change
-version: v2.10.1
+version: v2.11.0
 
 # "images" defines every container images used for the driver and its sidecars.
 #  To use your own images, or a private registry, change the values here.
 
 images:
   # "driver" defines the container image, used for the driver container.
-  driver: dellemc/csi-vxflexos:v2.10.1
+  driver: dellemc/csi-vxflexos:v2.11.0
   # "powerflexSdc" defines the SDC image for init container.
   powerflexSdc: dellemc/sdc:4.5.1
   # CSI sidecars
@@ -21,10 +21,10 @@ images:
   registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
   healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
   # CSM sidecars
-  replication: dellemc/dell-csi-replicator:v1.8.1
-  vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
-  podmon: dellemc/podmon:v1.9.1
-  authorization: dellemc/csm-authorization-sidecar:v1.10.1
+  replication: dellemc/dell-csi-replicator:v1.9.0
+  vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.6.0
+  podmon: dellemc/podmon:v1.10.0
+  authorization: dellemc/csm-authorization-sidecar:v1.11.0
 
 # Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
 # If user does not use certificate, set to 0
diff --git a/charts/csm-replication/Chart.yaml b/charts/csm-replication/Chart.yaml
index e76db85f..9bf18900 100644
--- a/charts/csm-replication/Chart.yaml
+++ b/charts/csm-replication/Chart.yaml
@@ -3,5 +3,5 @@ name: csm-replication
 type: application
 description: |
   CSM for Replication helm charts
-version: 1.8.1
-appVersion: "1.8.1"
+version: 1.9.0
+appVersion: "1.9.0"
diff --git a/charts/csm-replication/values.yaml b/charts/csm-replication/values.yaml
index 665ae4af..e1cce170 100644
--- a/charts/csm-replication/values.yaml
+++ b/charts/csm-replication/values.yaml
@@ -5,7 +5,7 @@ replicas: 1
 
 # image: Defines controller image. This shouldn't be changed
 # Allowed values: string
-image: dellemc/dell-replication-controller:v1.8.1
+image: dellemc/dell-replication-controller:v1.9.0
 
 # logLevel: Defines initial log level for controller. This can be changed in runtime
 # Allowed values: "debug", "info", "warn", "error", "panic"
diff --git a/installation-wizard/container-storage-modules/Chart.yaml b/installation-wizard/container-storage-modules/Chart.yaml
index bda63114..ddfab75f 100644
--- a/installation-wizard/container-storage-modules/Chart.yaml
+++ b/installation-wizard/container-storage-modules/Chart.yaml
@@ -30,42 +30,42 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.3.2
+version: 1.4.0
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
 # follow Semantic Versioning. They should reflect the version the application is using.
 # It is recommended to use it with quotes.
-appVersion: "1.3.2"
+appVersion: "1.4.0"
 
 dependencies:
 - name: csi-powerstore
-  version: 2.10.1
+  version: 2.11.0
   repository: https://dell.github.io/helm-charts
   condition: csi-powerstore.enabled
 
 - name: csi-powermax
-  version: 2.10.1
+  version: 2.11.0
   repository: https://dell.github.io/helm-charts
   condition: csi-powermax.enabled
 
 - name: csi-isilon
-  version: 2.10.1
+  version: 2.11.0
   repository: https://dell.github.io/helm-charts
   condition: csi-isilon.enabled
 
 - name: csi-vxflexos
-  version: 2.10.2
+  version: 2.11.0
   repository: https://dell.github.io/helm-charts
   condition: csi-vxflexos.enabled
 
 - name: csi-unity
-  version: 2.10.1
+  version: 2.11.0
   repository: https://dell.github.io/helm-charts
   condition: csi-unity.enabled
 
 - name: csm-replication
-  version: 1.8.1
+  version: 1.9.0
   repository: https://dell.github.io/helm-charts
   condition: csm-replication.enabled
 
diff --git a/installation-wizard/container-storage-modules/values.yaml b/installation-wizard/container-storage-modules/values.yaml
index 2eae9d66..086b0c15 100644
--- a/installation-wizard/container-storage-modules/values.yaml
+++ b/installation-wizard/container-storage-modules/values.yaml
@@ -20,10 +20,10 @@
 ########################
 csi-powerstore:
   enabled: false
-  version: "v2.10.1"
+  version: "v2.11.0"
   images:
     # "driver" defines the container image, used for the driver container.
-    driver: dellemc/csi-powerstore:v2.10.1
+    driver: dellemc/csi-powerstore:v2.11.0
     # CSI sidecars
     attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
     provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -33,10 +33,10 @@ csi-powerstore:
     healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
 
     # CSM sidecars
-    replication: dellemc/dell-csi-replicator:v1.8.1
-    vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
-    podmon: dellemc/podmon:v1.9.1
-    metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
+    replication: dellemc/dell-csi-replicator:v1.9.0
+    vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.6.0
+    podmon: dellemc/podmon:v1.10.0
+    metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
   ## Controller ATTRIBUTES
   controller:
     controllerCount: 2
@@ -129,11 +129,11 @@ csi-powermax:
       - endpoint: https://backup-1.unisphe.re:8443
   #    - endpoint: https://primary-2.unisphe.re:8443
   #    - endpoint: https://backup-2.unisphe.re:8443
-  version: "v2.10.1"
+  version: "v2.11.0"
   images:
     # "driver" defines the container image, used for the driver container.
-    driver: dellemc/csi-powermax:v2.10.1
-    csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1
+    driver: dellemc/csi-powermax:v2.11.0
+    csireverseproxy: dellemc/csipowermax-reverseproxy:v2.10.0
     # CSI sidecars
     attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
     provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -142,10 +142,10 @@ csi-powermax:
     registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
     healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
     # CSM sidecars
-    replication: dellemc/dell-csi-replicator:v1.8.1
-    authorization: dellemc/csm-authorization-sidecar:v1.10.1
-    migration: dellemc/dell-csi-migrator:v1.3.1
-    noderescan: dellemc/dell-csi-node-rescanner:v1.3.1
+    replication: dellemc/dell-csi-replicator:v1.9.0
+    authorization: dellemc/csm-authorization-sidecar:v1.11.0
+    migration: dellemc/dell-csi-migrator:v1.4.0
+    noderescan: dellemc/dell-csi-node-rescanner:v1.3.0
   clusterPrefix: ABC
   portGroups: PortGroup1, PortGroup2, PortGroup3
   controller:
@@ -185,10 +185,10 @@ csi-powermax:
 ########################
 csi-isilon:
   enabled: false
-  version: "v2.10.1"
+  version: "v2.11.0"
   images:
     # "driver" defines the container image, used for the driver container.
-    driver: dellemc/csi-isilon:v2.10.1
+    driver: dellemc/csi-isilon:v2.11.0
     # CSI sidecars
     attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
     provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -197,10 +197,10 @@ csi-isilon:
     registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
     healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
     # CSM sidecars
-    replication: dellemc/dell-csi-replicator:v1.8.1
-    podmon: dellemc/podmon:v1.9.1
-    authorization: dellemc/csm-authorization-sidecar:v1.10.1
-    metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
+    replication: dellemc/dell-csi-replicator:v1.9.0
+    podmon: dellemc/podmon:v1.10.0
+    authorization: dellemc/csm-authorization-sidecar:v1.11.0
+    metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
     encryption: dellemc/csm-encryption:v0.3.0
   ## Controller ATTRIBUTES
   controller:
@@ -276,10 +276,10 @@ csi-isilon:
 ########################
 csi-vxflexos:
   enabled: false
-  version: v2.10.1
+  version: v2.11.0
   images:
     # "driver" defines the container image, used for the driver container.
-    driver: dellemc/csi-vxflexos:v2.10.1
+    driver: dellemc/csi-vxflexos:v2.11.0
     # "powerflexSdc" defines the SDC image for init container.
     powerflexSdc: dellemc/sdc:4.5.1
     # CSI sidecars
@@ -290,10 +290,10 @@ csi-vxflexos:
     registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
     healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
     # CSM sidecars
-    replication: dellemc/dell-csi-replicator:v1.8.1
-    vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
-    podmon: dellemc/podmon:v1.9.1
-    authorization: dellemc/csm-authorization-sidecar:v1.10.1
+    replication: dellemc/dell-csi-replicator:v1.9.0
+    vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.6.0
+    podmon: dellemc/podmon:v1.10.0
+    authorization: dellemc/csm-authorization-sidecar:v1.11.0
   certSecretCount: 0
   controller:
     replication:
@@ -368,17 +368,17 @@ csi-vxflexos:
         - "--ignoreVolumelessPods=false"
   authorization:
     enabled: false
-    sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.1
+    sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.11.0
     proxyHost:
 
 ## CSI Unity
 ########################
 csi-unity:
   enabled: false
-  version: "v2.10.1"
+  version: "v2.11.0"
   images:
     # "driver" defines the container image, used for the driver container.
-    driver: dellemc/csi-unity:v2.10.1
+    driver: dellemc/csi-unity:v2.11.0
     # CSI sidecars
     attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
     provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
@@ -387,7 +387,7 @@ csi-unity:
     registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
     healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
     # CSM sidecars
-    podmon: dellemc/podmon:v1.9.1
+    podmon: dellemc/podmon:v1.10.0
   # certSecretCount: Represents number of certificate secrets, which user is going to create for
   # ssl authentication. (unity-cert-0..unity-cert-n)
   # Allowed values: n, where n > 0