From f807bac1a768e6898ed6ffaa0cd006083fde8c32 Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Thu, 4 Jan 2024 12:48:23 +0530 Subject: [PATCH 1/6] updated driver version for unity and powerflex --- charts/container-storage-modules/Chart.yaml | 4 ++-- charts/container-storage-modules/values.yaml | 8 ++++---- charts/csi-unity/Chart.yaml | 4 ++-- charts/csi-unity/values.yaml | 4 ++-- charts/csi-vxflexos/Chart.yaml | 4 ++-- charts/csi-vxflexos/values.yaml | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index 28027129..496552db 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/container-storage-modules/Chart.yaml @@ -55,12 +55,12 @@ dependencies: condition: csi-isilon.enabled - name: csi-vxflexos - version: 2.9.0 + version: 2.10.0 repository: https://dell.github.io/helm-charts condition: csi-vxflexos.enabled - name: csi-unity - version: 2.9.0 + version: 2.10.0 repository: https://dell.github.io/helm-charts condition: csi-unity.enabled diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index f3ca4560..e1ca9f40 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -276,10 +276,10 @@ csi-isilon: ######################## csi-vxflexos: enabled: false - version: v2.9.0 + version: v2.10.0 images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-vxflexos:v2.9.0 + driver: dellemc/csi-vxflexos:v2.10.0 # "powerflexSdc" defines the SDC image for init container. powerflexSdc: dellemc/sdc:4.5 # CSI sidecars @@ -375,10 +375,10 @@ csi-vxflexos: ######################## csi-unity: enabled: false - version: "v2.9.0" + version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-unity:v2.9.0 + driver: dellemc/csi-unity:v2.10.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.0 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.0 diff --git a/charts/csi-unity/Chart.yaml b/charts/csi-unity/Chart.yaml index 5d9259fd..6837f9ed 100644 --- a/charts/csi-unity/Chart.yaml +++ b/charts/csi-unity/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: 2.9.0 +appVersion: 2.10.0 name: csi-unity -version: 2.9.0 +version: 2.10.0 description: | Unity XT CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index c311a19f..1a849ece 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.9.0" +version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-unity:v2.9.0 + driver: dellemc/csi-unity:v2.10.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index 9857da49..38cf2506 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "2.9.0" +appVersion: "2.10.0" name: csi-vxflexos -version: "2.9.0" +version: "2.10.0" description: | VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 7cfab7be..1dbb4b97 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.9.0 +version: v2.10.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.9.0 + driver: dellemc/csi-vxflexos:v2.10.0 # "powerflexSdc" defines the SDC image for init container. powerflexSdc: dellemc/sdc:4.5 # CSI sidecars From 01125d533b04c556c2da8208cbbab4e2596dcea1 Mon Sep 17 00:00:00 2001 From: Rishabh Raj Date: Thu, 4 Jan 2024 02:50:33 -0500 Subject: [PATCH 2/6] updated driver version for powerstore,isilon and powermax --- charts/container-storage-modules/Chart.yaml | 6 +++--- charts/container-storage-modules/values.yaml | 12 ++++++------ charts/csi-isilon/Chart.yaml | 4 ++-- charts/csi-isilon/values.yaml | 4 ++-- charts/csi-powermax/Chart.yaml | 4 ++-- charts/csi-powermax/values.yaml | 4 ++-- charts/csi-powerstore/Chart.yaml | 4 ++-- charts/csi-powerstore/values.yaml | 4 ++-- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index 496552db..742e4cea 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/container-storage-modules/Chart.yaml @@ -40,17 +40,17 @@ appVersion: "1.2.0" dependencies: - name: csi-powerstore - version: 2.9.0 + version: 2.10.0 repository: https://dell.github.io/helm-charts condition: csi-powerstore.enabled - name: csi-powermax - version: 2.9.0 + version: 2.10.0 repository: https://dell.github.io/helm-charts condition: csi-powermax.enabled - name: csi-isilon - version: 2.9.0 + version: 2.10.0 repository: https://dell.github.io/helm-charts condition: csi-isilon.enabled diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index e1ca9f40..9bcd1649 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -20,10 +20,10 @@ ######################## csi-powerstore: enabled: false - version: "v2.9.0" + version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-powerstore:v2.9.0 + driver: dellemc/csi-powerstore:v2.10.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 @@ -129,10 +129,10 @@ 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.9.0" + version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-powermax:v2.9.0 + driver: dellemc/csi-powermax:v2.10.0 csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.0 @@ -185,10 +185,10 @@ csi-powermax: ######################## csi-isilon: enabled: false - version: "v2.9.0" + version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-isilon:v2.9.0 + driver: dellemc/csi-isilon:v2.10.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 diff --git a/charts/csi-isilon/Chart.yaml b/charts/csi-isilon/Chart.yaml index 3e63f3dc..55c115f0 100644 --- a/charts/csi-isilon/Chart.yaml +++ b/charts/csi-isilon/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: csi-isilon -version: 2.9.0 -appVersion: "2.9.0" +version: 2.10.0 +appVersion: "2.10.0" kubeVersion: ">= 1.21.0 < 1.29.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 diff --git a/charts/csi-isilon/values.yaml b/charts/csi-isilon/values.yaml index 15b20476..3d044551 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.9.0" +version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-isilon:v2.9.0 + driver: dellemc/csi-isilon:v2.10.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 diff --git a/charts/csi-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml index 43930591..23f77bba 100644 --- a/charts/csi-powermax/Chart.yaml +++ b/charts/csi-powermax/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "2.9.0" +appVersion: "2.10.0" name: csi-powermax -version: 2.9.0 +version: 2.10.0 description: | PowerMax CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-powermax/values.yaml b/charts/csi-powermax/values.yaml index f2a3de10..03cd289c 100644 --- a/charts/csi-powermax/values.yaml +++ b/charts/csi-powermax/values.yaml @@ -48,13 +48,13 @@ global: # Current version of the driver # Don't modify this value as this value will be used by the install script -version: "v2.9.0" +version: "v2.10.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.9.0 + driver: dellemc/csi-powermax:v2.10.0 csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 diff --git a/charts/csi-powerstore/Chart.yaml b/charts/csi-powerstore/Chart.yaml index 2d4d5a9e..683b5bc4 100644 --- a/charts/csi-powerstore/Chart.yaml +++ b/charts/csi-powerstore/Chart.yaml @@ -14,9 +14,9 @@ # # apiVersion: v2 -appVersion: "2.9.0" +appVersion: "2.10.0" name: csi-powerstore -version: 2.9.0 +version: 2.10.0 description: | PowerStore CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index 4843fe5e..455f78f7 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.9.0 +version: v2.10.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.9.0 + driver: dellemc/csi-powerstore:v2.10.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.2 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.2 From 60db98d1a0e8c8a75d41e6ff8913055a59108c02 Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Mon, 8 Jan 2024 17:55:46 +0530 Subject: [PATCH 3/6] csm-replication and karavi-observability version update --- charts/csm-replication/Chart.yaml | 4 ++-- charts/csm-replication/values.yaml | 2 +- charts/karavi-observability/Chart.yaml | 4 ++-- charts/karavi-observability/values.yaml | 22 +++++++++++----------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/csm-replication/Chart.yaml b/charts/csm-replication/Chart.yaml index df1214e8..a2b154fb 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.7.0 -appVersion: "1.7.0" +version: 1.8.0 +appVersion: "1.8.0" diff --git a/charts/csm-replication/values.yaml b/charts/csm-replication/values.yaml index a670480b..3a135105 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.7.0 +image: dellemc/dell-replication-controller:v1.8.0 # logLevel: Defines initial log level for controller. This can be changed in runtime # Allowed values: "debug", "info", "warn", "error", "panic" diff --git a/charts/karavi-observability/Chart.yaml b/charts/karavi-observability/Chart.yaml index 78d715f6..17b178b9 100644 --- a/charts/karavi-observability/Chart.yaml +++ b/charts/karavi-observability/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: "1.7.0" +appVersion: "1.8.0" name: karavi-observability description: CSM for Observability is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes storage enablers for Dell EMC storage products. CSM for Observability provides Kubernetes administrators with visibility into metrics and topology data related to containerized storage. type: application -version: 1.7.0 +version: 1.8.0 dependencies: - name: cert-manager version: 1.10.0 diff --git a/charts/karavi-observability/values.yaml b/charts/karavi-observability/values.yaml index 51f97b95..5c0d89eb 100644 --- a/charts/karavi-observability/values.yaml +++ b/charts/karavi-observability/values.yaml @@ -1,5 +1,5 @@ karaviTopology: - image: dellemc/csm-topology:v1.7.0 + image: dellemc/csm-topology:v1.8.0 enabled: true # comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com) provisionerNames: csi-vxflexos.dellemc.com,csi-powerstore.dellemc.com,csi-isilon.dellemc.com,csi-powermax.dellemc.com @@ -13,7 +13,7 @@ karaviTopology: probability: 0.0 karaviMetricsPowerflex: - image: dellemc/csm-metrics-powerflex:v1.7.0 + image: dellemc/csm-metrics-powerflex:v1.8.0 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-vxflexos.dellemc.com) @@ -40,8 +40,8 @@ karaviMetricsPowerflex: authorization: enabled: false # sidecarProxyImage: the container image used for the csm-authorization-sidecar. - # Default value: dellemc/csm-authorization-sidecar:v1.9.0 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.9.0 + # Default value: dellemc/csm-authorization-sidecar:v1.10.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: @@ -53,7 +53,7 @@ karaviMetricsPowerflex: skipCertificateValidation: true karaviMetricsPowerstore: - image: dellemc/csm-metrics-powerstore:v1.7.0 + image: dellemc/csm-metrics-powerstore:v1.8.0 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-powerstore.dellemc.com) @@ -79,7 +79,7 @@ karaviMetricsPowerstore: probability: 0.0 karaviMetricsPowerscale: - image: dellemc/csm-metrics-powerscale:v1.4.0 + image: dellemc/csm-metrics-powerscale:v1.5.0 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-isilon.dellemc.com) @@ -116,8 +116,8 @@ karaviMetricsPowerscale: authorization: enabled: false # sidecarProxyImage: the container image used for the csm-authorization-sidecar. - # Default value: dellemc/csm-authorization-sidecar:v1.9.0 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.9.0 + # Default value: dellemc/csm-authorization-sidecar:v1.10.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: @@ -129,7 +129,7 @@ karaviMetricsPowerscale: skipCertificateValidation: true karaviMetricsPowermax: - image: dellemc/csm-metrics-powermax:v1.2.0 + image: dellemc/csm-metrics-powermax:v1.3.0 enabled: true collectorAddr: otel-collector:55680 # comma separated list of provisioner names (ex: csi-powermax.dellemc.com) @@ -153,8 +153,8 @@ karaviMetricsPowermax: authorization: enabled: false # sidecarProxyImage: the container image used for the csm-authorization-sidecar. - # Default value: dellemc/csm-authorization-sidecar:v1.9.0 - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.9.0 + # Default value: dellemc/csm-authorization-sidecar:v1.10.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 # proxyHost: hostname of the csm-authorization server # Default value: None proxyHost: From 2d792f10ec4252e5751c320d53fb0d6648da38cb Mon Sep 17 00:00:00 2001 From: Rishabh Raj Date: Mon, 8 Jan 2024 07:27:47 -0500 Subject: [PATCH 4/6] updated authorization module version --- charts/csm-authorization/Chart.yaml | 4 ++-- charts/csm-authorization/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/csm-authorization/Chart.yaml b/charts/csm-authorization/Chart.yaml index ac692b3d..3ac41cc3 100644 --- a/charts/csm-authorization/Chart.yaml +++ b/charts/csm-authorization/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: csm-authorization -version: 1.9.0 -appVersion: 1.9.0 +version: 1.10.0 +appVersion: 1.10.0 type: application description: | CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes diff --git a/charts/csm-authorization/values.yaml b/charts/csm-authorization/values.yaml index 20967512..ebcbdc4f 100644 --- a/charts/csm-authorization/values.yaml +++ b/charts/csm-authorization/values.yaml @@ -11,10 +11,10 @@ cert-manager: authorization: # images to use in installation images: - proxyService: dellemc/csm-authorization-proxy:v1.9.0 - tenantService: dellemc/csm-authorization-tenant:v1.9.0 - roleService: dellemc/csm-authorization-role:v1.9.0 - storageService: dellemc/csm-authorization-storage:v1.9.0 + proxyService: dellemc/csm-authorization-proxy:v1.10.0 + tenantService: dellemc/csm-authorization-tenant:v1.10.0 + roleService: dellemc/csm-authorization-role:v1.10.0 + storageService: dellemc/csm-authorization-storage:v1.10.0 opa: openpolicyagent/opa opaKubeMgmt: openpolicyagent/kube-mgmt:0.11 From 07d3a24669472227d40c812cd663ec33c1c97e8b Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Tue, 9 Jan 2024 12:12:04 +0530 Subject: [PATCH 5/6] version update for modules --- charts/container-storage-modules/values.yaml | 24 ++++++++++---------- charts/csi-isilon/values.yaml | 6 ++--- charts/csi-powermax/values.yaml | 4 ++-- charts/csi-powerstore/values.yaml | 4 ++-- charts/csi-unity/values.yaml | 2 +- charts/csi-vxflexos/values.yaml | 6 ++--- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index 9bcd1649..7652618b 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -33,9 +33,9 @@ csi-powerstore: healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 + replication: dellemc/dell-csi-replicator:v1.8.0 vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.4.0 - podmon: dellemc/podmon:v1.7.0 + podmon: dellemc/podmon:v1.9.0 metadataretriever: dellemc/csi-metadata-retriever:v1.6.0 ## Controller ATTRIBUTES controller: @@ -142,8 +142,8 @@ csi-powermax: registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0 healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 - authorization: dellemc/csm-authorization-sidecar:v1.9.0 + replication: dellemc/dell-csi-replicator:v1.8.0 + authorization: dellemc/csm-authorization-sidecar:v1.10.0 migration: dellemc/dell-csi-migrator:v1.3.0 noderescan: dellemc/dell-csi-node-rescanner:v1.2.0 clusterPrefix: ABC @@ -197,9 +197,9 @@ csi-isilon: registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 - podmon: dellemc/podmon:v1.8.0 - authorization: dellemc/csm-authorization-sidecar:v1.8.0 + replication: dellemc/dell-csi-replicator:v1.8.0 + podmon: dellemc/podmon:v1.9.0 + authorization: dellemc/csm-authorization-sidecar:v1.10.0 metadataretriever: dellemc/csi-metadata-retriever:v1.4.0 encryption: dellemc/csm-encryption:v0.3.0 ## Controller ATTRIBUTES @@ -290,10 +290,10 @@ csi-vxflexos: registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 + replication: dellemc/dell-csi-replicator:v1.8.0 vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.4.0 - podmon: dellemc/podmon:v1.7.0 - authorization: dellemc/csm-authorization-sidecar:v1.8.0 + podmon: dellemc/podmon:v1.9.0 + authorization: dellemc/csm-authorization-sidecar:v1.10.0 certSecretCount: 0 controller: replication: @@ -368,7 +368,7 @@ csi-vxflexos: - "--ignoreVolumelessPods=false" authorization: enabled: false - sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.8.0 + sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.10.0 proxyHost: ## CSI Unity @@ -387,7 +387,7 @@ csi-unity: registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.0 healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - podmon: dellemc/podmon:v1.7.0 + podmon: dellemc/podmon:v1.9.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 diff --git a/charts/csi-isilon/values.yaml b/charts/csi-isilon/values.yaml index 3d044551..b923230b 100644 --- a/charts/csi-isilon/values.yaml +++ b/charts/csi-isilon/values.yaml @@ -16,9 +16,9 @@ images: healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 - podmon: dellemc/podmon:v1.8.0 - authorization: dellemc/csm-authorization-sidecar:v1.9.0 + replication: dellemc/dell-csi-replicator:v1.8.0 + podmon: dellemc/podmon:v1.9.0 + authorization: dellemc/csm-authorization-sidecar:v1.10.0 metadataretriever: dellemc/csi-metadata-retriever:v1.4.0 encryption: dellemc/csm-encryption:v0.3.0 diff --git a/charts/csi-powermax/values.yaml b/charts/csi-powermax/values.yaml index 03cd289c..4c9ec40e 100644 --- a/charts/csi-powermax/values.yaml +++ b/charts/csi-powermax/values.yaml @@ -64,8 +64,8 @@ images: registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 - authorization: dellemc/csm-authorization-sidecar:v1.9.0 + replication: dellemc/dell-csi-replicator:v1.8.0 + authorization: dellemc/csm-authorization-sidecar:v1.10.0 migration: dellemc/dell-csi-migrator:v1.3.0 # Node rescan sidecar does a rescan on nodes for identifying new paths # Default value: dellemc/dell-csi-node-rescanner:v1.0.1 diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index 455f78f7..d3541d0c 100644 --- a/charts/csi-powerstore/values.yaml +++ b/charts/csi-powerstore/values.yaml @@ -39,9 +39,9 @@ images: healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 + replication: dellemc/dell-csi-replicator:v1.8.0 vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.4.0 - podmon: dellemc/podmon:v1.8.0 + podmon: dellemc/podmon:v1.9.0 metadataretriever: dellemc/csi-metadata-retriever:v1.6.0 # Specify kubelet config dir path. diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index 1a849ece..6ede75d6 100644 --- a/charts/csi-unity/values.yaml +++ b/charts/csi-unity/values.yaml @@ -18,7 +18,7 @@ images: healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - podmon: dellemc/podmon:v1.8.0 + podmon: dellemc/podmon:v1.9.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/values.yaml b/charts/csi-vxflexos/values.yaml index 1dbb4b97..8331c4ab 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -21,10 +21,10 @@ images: registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1 healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0 # CSM sidecars - replication: dellemc/dell-csi-replicator:v1.7.0 + replication: dellemc/dell-csi-replicator:v1.8.0 vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.4.0 - podmon: dellemc/podmon:v1.8.0 - authorization: dellemc/csm-authorization-sidecar:v1.9.0 + podmon: dellemc/podmon:v1.9.0 + authorization: dellemc/csm-authorization-sidecar:v1.10.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 From ea4fefd90d99ee658a190cb54428494f46a024d4 Mon Sep 17 00:00:00 2001 From: Kshitija Kakde Date: Fri, 12 Jan 2024 10:43:58 +0530 Subject: [PATCH 6/6] module version updated --- charts/container-storage-modules/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index 742e4cea..55b0c46a 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/container-storage-modules/Chart.yaml @@ -65,12 +65,12 @@ dependencies: condition: csi-unity.enabled - name: csm-replication - version: 1.7.0 + version: 1.8.0 repository: https://dell.github.io/helm-charts condition: csm-replication.enabled - name: karavi-observability - version: 1.7.0 + version: 1.8.0 repository: https://dell.github.io/helm-charts condition: karavi-observability.enabled