Skip to content

Commit

Permalink
Bumping reverseproxy version (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy authored Feb 14, 2024
1 parent dc0e029 commit ae9b2a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powermax/charts/csireverseproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/csi-powermax/charts/csireverseproxy/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae9b2a4

Please sign in to comment.