File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: library
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.1.3
18
+ version : 0.1.4
Original file line number Diff line number Diff line change @@ -59,18 +59,6 @@ imagePullSecrets:
59
59
{ {- end } }
60
60
{ {- end -} }
61
61
62
- { {/*
63
- Checks for the imagePullPolicy
64
- */} }
65
- { {- define " common.imagePullPolicy" -} }
66
- { {- if .Values.global.imagePullPolicy -} }
67
- { {- .Values.global.imagePullPolicy -} }
68
- { {- else -} }
69
- { {- default .Values.imagePullPolicy -} }
70
- { {- end -} }
71
- { {- end -} }
72
-
73
-
74
62
{ {/*
75
63
Return the proper Docker Image Registry Secret Names
76
64
*/} }
You can’t perform that action at this time.
0 commit comments