File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 0.1.1
19
+ version : 0.1.2
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 20
20
{{- else if contains "Remote" .Values.storageType }}
21
21
borrowed:
22
22
{{- else if contains "Shared" .Values.storageType }}
23
- shared :
23
+ cloned :
24
24
{{- else }}
25
25
{{- fail "value for .Values.storageType is not as expected" }}
26
26
{{- end }}
You can’t perform that action at this time.
0 commit comments