Skip to content

Commit

Permalink
Release 1.10.1 (#401)
Browse files Browse the repository at this point in the history
* Fix Helm deployment of vxflexos driver (#397)

* [csm-application-mobility] Revert app mobility version changes (#399)

* Revert app mobility version changes

---------

Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com>
Co-authored-by: gallacher <35462391+gallacher@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 4, 2024
1 parent 9e15e38 commit 905c395
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: "2.10.0"
name: csi-vxflexos
version: "2.10.0"
version: "2.10.1"
description: |
VxFlex OS CSI (Container Storage Interface) driver Kubernetes
integration. This chart includes everything required to provision via CSI as
Expand Down
2 changes: 0 additions & 2 deletions charts/csi-vxflexos/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ spec:
mountPath: /host_opt_emc_path
- name: sdc-storage
mountPath: /storage
- name: host-opt-emc-path
mountPath: /host_opt_emc_path
- name: udev-d
mountPath: /rules.d
- name: scaleio-path-opt
Expand Down
2 changes: 1 addition & 1 deletion charts/csm-application-mobility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ dependencies:
- name: velero
version: 2.29.8
repository: https://vmware-tanzu.github.io/helm-charts
condition: velero.enabled
condition: velero.enabled
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.3.0
version: 1.3.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.3.0"
appVersion: "1.3.1"

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

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

Expand Down

0 comments on commit 905c395

Please sign in to comment.