diff --git a/.github/workflows/charts-release-action.yml b/.github/workflows/charts-release-action.yml index 8b15cf02..ef234767 100644 --- a/.github/workflows/charts-release-action.yml +++ b/.github/workflows/charts-release-action.yml @@ -25,9 +25,9 @@ jobs: # Run the helm chart release command - name: Run karavi chart-releaser - uses: helm/chart-releaser-action@v1.0.0 + uses: helm/chart-releaser-action@v1.6.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: "true" with: charts_dir: charts + skip_existing: true diff --git a/charts/container-storage-modules/Chart.yaml b/charts/container-storage-modules/Chart.yaml index 55b0c46a..57781703 100644 --- a/charts/container-storage-modules/Chart.yaml +++ b/charts/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.2.0 +version: 1.2.2 # 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.2.0" +appVersion: "1.2.2" dependencies: - name: csi-powerstore @@ -77,4 +77,4 @@ dependencies: - name: cert-manager version: 1.10.0 repository: https://charts.jetstack.io - condition: cert-manager.enabled \ No newline at end of file + condition: cert-manager.enabled diff --git a/charts/cosi/Chart.yaml b/charts/cosi/Chart.yaml index 8b95ddad..1c417668 100644 --- a/charts/cosi/Chart.yaml +++ b/charts/cosi/Chart.yaml @@ -29,6 +29,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.1.2 + # 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. diff --git a/charts/csi-vxflexos/templates/node.yaml b/charts/csi-vxflexos/templates/node.yaml index 8083e8fd..85446bc2 100644 --- a/charts/csi-vxflexos/templates/node.yaml +++ b/charts/csi-vxflexos/templates/node.yaml @@ -334,6 +334,8 @@ 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 96dca441..c3a0d42f 100644 --- a/charts/csm-application-mobility/Chart.yaml +++ b/charts/csm-application-mobility/Chart.yaml @@ -6,13 +6,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: 0.4.0 +version: 1.0.2 # 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: "0.4.0" +appVersion: "1.0.2" dependencies: - name: cert-manager diff --git a/charts/csm-application-mobility/values.yaml b/charts/csm-application-mobility/values.yaml index f981fb3f..53df2785 100644 --- a/charts/csm-application-mobility/values.yaml +++ b/charts/csm-application-mobility/values.yaml @@ -8,7 +8,7 @@ image: pullPolicy: IfNotPresent controller: - image: dellemc/csm-application-mobility-controller:v0.4.0 + image: dellemc/csm-application-mobility-controller:v1.0.2 # csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too. cert-manager: @@ -70,7 +70,7 @@ velero: initContainers: - name: dell-custom-velero-plugin - image: dellemc/csm-application-mobility-velero-plugin:v0.4.0 + image: dellemc/csm-application-mobility-velero-plugin:v1.0.2 volumeMounts: - mountPath: /target name: plugins