From 92189e9d408e6b2bc1e71c2c754de0d7bc7e989b Mon Sep 17 00:00:00 2001 From: Boya Murthy Date: Wed, 14 Feb 2024 12:52:33 +0530 Subject: [PATCH] Bumping reverseproxy version --- charts/container-storage-modules/values.yaml | 2 +- charts/csi-powermax/Chart.yaml | 2 +- charts/csi-powermax/charts/csireverseproxy/Chart.yaml | 4 ++-- charts/csi-powermax/charts/csireverseproxy/values.yaml | 2 +- charts/csi-powermax/values.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/container-storage-modules/values.yaml b/charts/container-storage-modules/values.yaml index 7652618b..41f4cf62 100644 --- a/charts/container-storage-modules/values.yaml +++ b/charts/container-storage-modules/values.yaml @@ -133,7 +133,7 @@ csi-powermax: images: # "driver" defines the container image, used for the driver container. driver: dellemc/csi-powermax:v2.10.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0 + csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.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 03bf349f..c9865e14 100644 --- a/charts/csi-powermax/Chart.yaml +++ b/charts/csi-powermax/Chart.yaml @@ -16,7 +16,7 @@ keywords: - storage dependencies: - name: csireverseproxy - version: 2.8.0 + version: 2.9.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 25ad85eb..43e973ff 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.8.0 +version: 2.9.0 -appVersion: 2.8.0 +appVersion: 2.9.0 diff --git a/charts/csi-powermax/charts/csireverseproxy/values.yaml b/charts/csi-powermax/charts/csireverseproxy/values.yaml index bdfc36fa..7f04946a 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.8.0 +image: dellemc/csipowermax-reverseproxy:v2.9.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 4c9ec40e..07f62a15 100644 --- a/charts/csi-powermax/values.yaml +++ b/charts/csi-powermax/values.yaml @@ -55,7 +55,7 @@ version: "v2.10.0" images: # "driver" defines the container image, used for the driver container. driver: dellemc/csi-powermax:v2.10.0 - csireverseproxy: dellemc/csipowermax-reverseproxy:v2.8.0 + csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.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