From ddac11dbe18056fd7ca7d89c1c87cea6fa8a43e4 Mon Sep 17 00:00:00 2001 From: boya murthy Date: Fri, 10 Nov 2023 12:20:18 +0530 Subject: [PATCH] PowerMax 2.9.0 support --- charts/container-storage-modules/Chart.yaml | 2 +- charts/container-storage-modules/values.yaml | 6 +++--- charts/csi-powermax/Chart.yaml | 6 +++--- charts/csi-powermax/charts/csireverseproxy/Chart.yaml | 4 ++-- charts/csi-powermax/charts/csireverseproxy/values.yaml | 2 +- charts/csi-powermax/values.yaml | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index 24e8c698..957fb234 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/container-storage-modules/Chart.yaml @@ -45,7 +45,7 @@ dependencies: condition: csi-powerstore.enabled - name: csi-powermax - version: 2.8.0 + version: 2.9.0 repository: https://dell.github.io/helm-charts condition: csi-powermax.enabled diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index bc5a9741..b265b071 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -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.8.0" + version: "v2.9.0" images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-powermax:v2.8.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.7.0 + driver: dellemc/csi-powermax:v2.9.0 + csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.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-powermax/Chart.yaml b/charts/csi-powermax/Chart.yaml index b4244160..43930591 100644 --- a/charts/csi-powermax/Chart.yaml +++ b/charts/csi-powermax/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "2.8.0" +appVersion: "2.9.0" name: csi-powermax -version: 2.8.0 +version: 2.9.0 description: | PowerMax CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as @@ -16,7 +16,7 @@ keywords: - storage dependencies: - name: csireverseproxy - version: 2.7.0 + version: 2.8.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 1825b03b..25ad85eb 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.7.0 +version: 2.8.0 -appVersion: 2.7.0 +appVersion: 2.8.0 diff --git a/charts/csi-powermax/charts/csireverseproxy/values.yaml b/charts/csi-powermax/charts/csireverseproxy/values.yaml index fcd87e30..bdfc36fa 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.7.0 +image: dellemc/csipowermax-reverseproxy:v2.8.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 78e2812e..35af63a8 100644 --- a/charts/csi-powermax/values.yaml +++ b/charts/csi-powermax/values.yaml @@ -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.8.0" +version: "v2.9.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.8.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.7.0 + driver: dellemc/csi-powermax:v2.9.0 + csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0 # CSI sidecars attacher: registry.k8s.io/sig-storage/csi-attacher:v4.4.1 provisioner: registry.k8s.io/sig-storage/csi-provisioner:v3.6.1