Skip to content

Commit dbf84e1

Browse files
[charts/csm-application-mobility] Fix am charts (#466)
* Change 0.4 -> 0.3, there is no 0.4 AM version * Update values.yaml --------- Co-authored-by: shaynafinocchiaro <shayna_finocchiaro@dell.com>
1 parent 4cdc3de commit dbf84e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/csm-application-mobility/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: 0.4.0
9+
version: 0.3.0
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "0.4.0"
15+
appVersion: "0.3.0"
1616

1717
dependencies:
1818
- name: cert-manager

charts/csm-application-mobility/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
pullPolicy: IfNotPresent
99

1010
controller:
11-
image: dellemc/csm-application-mobility-controller:v0.4.0
11+
image: dellemc/csm-application-mobility-controller:v0.3.0
1212

1313
# csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too.
1414
cert-manager:
@@ -70,7 +70,7 @@ velero:
7070

7171
initContainers:
7272
- name: dell-custom-velero-plugin
73-
image: dellemc/csm-application-mobility-velero-plugin:v0.4.0
73+
image: dellemc/csm-application-mobility-velero-plugin:v0.3.0
7474
volumeMounts:
7575
- mountPath: /target
7676
name: plugins

0 commit comments

Comments
 (0)