From c5b7a91f1682cd078e614e12ee6c042524651168 Mon Sep 17 00:00:00 2001 From: Surya Gupta <109594002+suryagupta4@users.noreply.github.com> Date: Fri, 5 Apr 2024 11:32:41 +0530 Subject: [PATCH] Release 1.10.1 (#401) (#405) * Fix Helm deployment of vxflexos driver (#397) * [csm-application-mobility] Revert app mobility version changes (#399) * Revert app mobility version changes --------- Co-authored-by: Adarsh Kumar Yadav <109620911+adarsh-dell@users.noreply.github.com> Co-authored-by: KshitijaKakde <111420075+KshitijaKakde@users.noreply.github.com> Co-authored-by: gallacher <35462391+gallacher@users.noreply.github.com> --- charts/csi-vxflexos/Chart.yaml | 2 +- charts/csi-vxflexos/templates/node.yaml | 2 -- charts/csm-application-mobility/Chart.yaml | 2 +- installation-wizard/container-storage-modules/Chart.yaml | 6 +++--- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/csi-vxflexos/Chart.yaml b/charts/csi-vxflexos/Chart.yaml index 3efa5506..04575c37 100644 --- a/charts/csi-vxflexos/Chart.yaml +++ b/charts/csi-vxflexos/Chart.yaml @@ -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 diff --git a/charts/csi-vxflexos/templates/node.yaml b/charts/csi-vxflexos/templates/node.yaml index 85446bc2..8083e8fd 100644 --- a/charts/csi-vxflexos/templates/node.yaml +++ b/charts/csi-vxflexos/templates/node.yaml @@ -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 diff --git a/charts/csm-application-mobility/Chart.yaml b/charts/csm-application-mobility/Chart.yaml index 8f66427d..f1f62677 100644 --- a/charts/csm-application-mobility/Chart.yaml +++ b/charts/csm-application-mobility/Chart.yaml @@ -22,4 +22,4 @@ dependencies: - name: velero version: 2.29.8 repository: https://vmware-tanzu.github.io/helm-charts - condition: velero.enabled \ No newline at end of file + condition: velero.enabled diff --git a/installation-wizard/container-storage-modules/Chart.yaml b/installation-wizard/container-storage-modules/Chart.yaml index 4fc7c08e..bd108d4f 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.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 @@ -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