File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/csm-application-mobility Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ type: application
6
6
# This is the chart version. This version number should be incremented each time you make changes
7
7
# to the chart and its templates, including the app version.
8
8
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9
- version : 0.4 .0
9
+ version : 0.3 .0
10
10
11
11
# This is the version number of the application being deployed. This version number should be
12
12
# incremented each time you make changes to the application. Versions are not expected to
13
13
# follow Semantic Versioning. They should reflect the version the application is using.
14
14
# It is recommended to use it with quotes.
15
- appVersion : " 0.4 .0"
15
+ appVersion : " 0.3 .0"
16
16
17
17
dependencies :
18
18
- name : cert-manager
Original file line number Diff line number Diff line change 8
8
pullPolicy : IfNotPresent
9
9
10
10
controller :
11
- image : dellemc/csm-application-mobility-controller:v0.4 .0
11
+ image : dellemc/csm-application-mobility-controller:v0.3 .0
12
12
13
13
# csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too.
14
14
cert-manager :
@@ -70,7 +70,7 @@ velero:
70
70
71
71
initContainers :
72
72
- 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
74
74
volumeMounts :
75
75
- mountPath : /target
76
76
name : plugins
You can’t perform that action at this time.
0 commit comments