Skip to content

Commit

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

* Add helm charts for PowerMax and PowerStore v2.11.1

* Update Chart.yaml

* Revert CSI-PowerMax

* Add helm charts for Unity v2.11.1 (#520)

---------

Co-authored-by: Wilson Radadia <[email protected]>
  • Loading branch information
AkshaySainiDell and WilsonRadadia20 authored Sep 25, 2024
1 parent 6685ac4 commit 358da07
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 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
4 changes: 2 additions & 2 deletions charts/csi-unity/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-unity
version: 2.11.0
version: 2.11.1
description: |
Unity XT 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-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# version: version of this values file
# Note: Do not change this value
# Examples : "v2.9.0" , "nightly"
version: "v2.11.0"
version: "v2.11.1"

images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.11.0
driver: dellemc/csi-unity: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
8 changes: 4 additions & 4 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 All @@ -60,7 +60,7 @@ dependencies:
condition: csi-vxflexos.enabled

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

Expand Down
8 changes: 4 additions & 4 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 Expand Up @@ -374,10 +374,10 @@ csi-vxflexos:
########################
csi-unity:
enabled: false
version: "v2.11.0"
version: "v2.11.1"
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-unity:v2.11.0
driver: dellemc/csi-unity: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 358da07

Please sign in to comment.