From d67095246a7cdf90a13349f43c90c06548c7d278 Mon Sep 17 00:00:00 2001 From: gallacher <35462391+gallacher@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:09:14 -0300 Subject: [PATCH 1/2] Revert app mobility version changes --- charts/csm-application-mobility/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/csm-application-mobility/Chart.yaml b/charts/csm-application-mobility/Chart.yaml index a240d132..f1f62677 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: 1.0.3 +version: 0.3.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.0.3" +appVersion: "0.3.0" dependencies: - name: cert-manager @@ -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 From e0e17ae1541e576224e8adface0ea4be8a6a2d38 Mon Sep 17 00:00:00 2001 From: gallacher <35462391+gallacher@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:10:01 -0300 Subject: [PATCH 2/2] Revert app mobility version changes --- charts/csm-application-mobility/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/csm-application-mobility/values.yaml b/charts/csm-application-mobility/values.yaml index bb142423..456c5853 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:v1.0.3 + image: dellemc/csm-application-mobility-controller:v0.3.0 # 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:v1.0.3 + image: dellemc/csm-application-mobility-velero-plugin:v0.3.0 volumeMounts: - mountPath: /target name: plugins