diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index 47d8ded9..6acf0f2f 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "2.11.0" +appVersion: "2.12.0" name: csi-vxflexos -version: "2.11.0" +version: "2.12.0" description: | VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as diff --git a/charts/csi-vxflexos/values.yaml b/charts/csi-vxflexos/values.yaml index 8d680200..7dc165c6 100644 --- a/charts/csi-vxflexos/values.yaml +++ b/charts/csi-vxflexos/values.yaml @@ -3,7 +3,7 @@ # "version" is used to verify the values file matches driver version # Not recommend to change -version: v2.11.0 +version: v2.12.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. @@ -11,7 +11,7 @@ version: v2.11.0 images: # "driver" defines the container image, used for the driver container. driver: - image: dellemc/csi-vxflexos:v2.11.0 + image: dellemc/csi-vxflexos:v2.12.0 # "powerflexSdc" defines the SDC image for init container. powerflexSdc: image: dellemc/sdc:4.5.2.1 diff --git a/installation-wizard/container-storage-modules/Chart.yaml b/installation-wizard/container-storage-modules/Chart.yaml index 56d29aca..5a23798e 100644 --- a/installation-wizard/container-storage-modules/Chart.yaml +++ b/installation-wizard/container-storage-modules/Chart.yaml @@ -30,13 +30,13 @@ 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.5.0 # 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.5.0" dependencies: - name: csi-powerstore @@ -55,7 +55,7 @@ dependencies: condition: csi-isilon.enabled - name: csi-vxflexos - version: 2.11.0 + version: 2.12.0 repository: https://dell.github.io/helm-charts condition: csi-vxflexos.enabled diff --git a/installation-wizard/container-storage-modules/values.yaml b/installation-wizard/container-storage-modules/values.yaml index e1607e07..2de00098 100644 --- a/installation-wizard/container-storage-modules/values.yaml +++ b/installation-wizard/container-storage-modules/values.yaml @@ -275,10 +275,10 @@ csi-isilon: ######################## csi-vxflexos: enabled: false - version: v2.11.0 + version: v2.12.0 images: # "driver" defines the container image, used for the driver container. - driver: dellemc/csi-vxflexos:v2.11.0 + driver: dellemc/csi-vxflexos:v2.12.0 # "powerflexSdc" defines the SDC image for init container. powerflexSdc: dellemc/sdc:4.5.2.1 # CSI sidecars