File tree Expand file tree Collapse file tree
helm/trident-operator/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Trident operator image
6969*/} }
7070{ {- define " trident-operator.image" -} }
7171{ {- if .Values.operatorImage } }
72- { {- .Values.operatorImage } }
72+ { {- .Values.operatorImage } }: { { .Values.operatorImageTag | default .Chart.AppVersion } }
7373{ {- else if .Values.imageRegistry } }
7474{ {- .Values.imageRegistry } }/trident-operator:{ { .Values.operatorImageTag | default .Chart.AppVersion } }
7575{ {- else } }
@@ -114,7 +114,7 @@ Trident AutoSupport image
114114*/}}
115115{ {- define " trident.autosupportImage" -} }
116116{ {- if .Values.tridentAutosupportImage } }
117- { {- .Values.tridentAutosupportImage } }
117+ { {- .Values.tridentAutosupportImage } }: { { .Values.tridentAutosupportImageTag | default .Chart.AppVersion | trunc 5 } }
118118{ {- else if .Values.imageRegistry } }
119119{ {- .Values.imageRegistry } }/trident-autosupport:{ { .Values.tridentAutosupportImageTag | default .Chart.AppVersion | trunc 5} }
120120{ {- else } }
@@ -188,7 +188,7 @@ Trident image
188188*/} }
189189{ {- define " trident.image" -} }
190190{ {- if .Values.tridentImage } }
191- { {- .Values.tridentImage } }
191+ { {- .Values.tridentImage } }: { { .Values.tridentImageTag | default .Chart.AppVersion } }
192192{ {- else if .Values.imageRegistry } }
193193{ {- .Values.imageRegistry } }/trident:{ { .Values.tridentImageTag | default .Chart.AppVersion } }
194194{ {- else } }
You can’t perform that action at this time.
0 commit comments