Skip to content

Commit

Permalink
Add helm charts for PowerStore v2.11.1 (#518)
Browse files Browse the repository at this point in the history
* Add helm charts for PowerMax and PowerStore v2.11.1

* Update Chart.yaml

* Revert CSI-PowerMax
  • Loading branch information
AkshaySainiDell authored Sep 23, 2024
1 parent 3f53a92 commit b77949e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.11.0"
appVersion: "2.11.1"
name: csi-powerstore
version: 2.11.0
version: 2.11.1
description: |
PowerStore CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0
version: v2.11.1

# "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.11.0
driver: dellemc/csi-powerstore:v2.11.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down
6 changes: 3 additions & 3 deletions installation-wizard/container-storage-modules/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.4.0
version: 1.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.4.0"
appVersion: "1.4.1"

dependencies:
- name: csi-powerstore
version: 2.11.0
version: 2.11.1
repository: https://dell.github.io/helm-charts
condition: csi-powerstore.enabled

Expand Down
4 changes: 2 additions & 2 deletions installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
########################
csi-powerstore:
enabled: false
version: "v2.11.0"
version: "v2.11.1"
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-powerstore:v2.11.0
driver: dellemc/csi-powerstore:v2.11.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
Expand Down

0 comments on commit b77949e

Please sign in to comment.