diff --git a/charts/csi-powerstore/Chart.yaml b/charts/csi-powerstore/Chart.yaml index 3ed84df6..689e29b6 100644 --- a/charts/csi-powerstore/Chart.yaml +++ b/charts/csi-powerstore/Chart.yaml @@ -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 diff --git a/charts/csi-powerstore/values.yaml b/charts/csi-powerstore/values.yaml index b55526a6..fc42b224 100644 --- a/charts/csi-powerstore/values.yaml +++ b/charts/csi-powerstore/values.yaml @@ -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 diff --git a/charts/csi-unity/Chart.yaml b/charts/csi-unity/Chart.yaml index 5a4687bd..6bdee4ae 100644 --- a/charts/csi-unity/Chart.yaml +++ b/charts/csi-unity/Chart.yaml @@ -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 diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index b46f1a22..5923fa35 100644 --- a/charts/csi-unity/values.yaml +++ b/charts/csi-unity/values.yaml @@ -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 diff --git a/installation-wizard/container-storage-modules/Chart.yaml b/installation-wizard/container-storage-modules/Chart.yaml index 56d29aca..88244533 100644 --- a/installation-wizard/container-storage-modules/Chart.yaml +++ b/installation-wizard/container-storage-modules/Chart.yaml @@ -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 @@ -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 diff --git a/installation-wizard/container-storage-modules/values.yaml b/installation-wizard/container-storage-modules/values.yaml index e1607e07..b3c6db6b 100644 --- a/installation-wizard/container-storage-modules/values.yaml +++ b/installation-wizard/container-storage-modules/values.yaml @@ -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 @@ -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