Skip to content

Commit

Permalink
add helm chart changes for v1.7.1 release. (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
VamsiSiddu-7 authored Jul 31, 2023
1 parent 3c3b267 commit a0122a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions charts/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.0.0
version: 1.0.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.0.0"
appVersion: "1.0.1"

dependencies:
- name: csi-powerstore
Expand All @@ -55,7 +55,7 @@ dependencies:
condition: csi-isilon.enabled

- name: csi-vxflexos
version: 2.7.0
version: 2.7.1
repository: https://dell.github.io/helm-charts
condition: csi-vxflexos.enabled

Expand Down
2 changes: 1 addition & 1 deletion charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ csi-isilon:
########################
csi-vxflexos:
enabled: false
version: v2.7.0
version: v2.7.1
images:
driverRepository: dellemc
powerflexSdc: dellemc/sdc:3.6.0.6
Expand Down

0 comments on commit a0122a2

Please sign in to comment.