|
@@ -27,7 +27,7 @@ spec:
|
|
containers:
|
|
containers:
|
|
- name: {{ .Chart.Name }}
|
|
- name: {{ .Chart.Name }}
|
|
{{- with .Values.webui.image }}
|
|
{{- with .Values.webui.image }}
|
|
- image: {{ .repository }}:{{ .tag }}
|
|
|
|
|
|
+ image: {{ .repository }}:{{ .tag | default $.Chart.AppVersion }}
|
|
imagePullPolicy: {{ .pullPolicy }}
|
|
imagePullPolicy: {{ .pullPolicy }}
|
|
{{- end }}
|
|
{{- end }}
|
|
ports:
|
|
ports:
|