Skip to content

Commit

Permalink
csi-vxflexos version bump up (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhatdell authored and shaynafinocchiaro committed Oct 30, 2024
1 parent 6e9c539 commit 3c884be
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

# "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.

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
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,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.1
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.1"
appVersion: "1.5.0"

dependencies:
- name: csi-powerstore
Expand All @@ -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

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 @@ -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
Expand Down

0 comments on commit 3c884be

Please sign in to comment.