Skip to content

Commit

Permalink
PowerMax 2.9.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
boyamurthy committed Nov 10, 2023
1 parent d46c71c commit ddac11d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
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.7.0
version: 2.8.0

appVersion: 2.7.0
appVersion: 2.8.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.7.0
image: dellemc/csipowermax-reverseproxy:v2.8.0
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
6 changes: 3 additions & 3 deletions charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddac11d

Please sign in to comment.