We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4bf0c6 + 7ac14c1 commit 0f75af9Copy full SHA for 0f75af9
applications/web/templates/deployment.yaml
@@ -136,7 +136,7 @@ spec:
136
{{- end }}
137
{{- else }}
138
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
139
- imagePullPolicy: {{ if eq .Values.image.tag "latest" }}"Always"{{ else }}"IfNotPresent"{{ end }}
+ imagePullPolicy: {{ if eq .Values.image.tag "latest" }}"Always"{{ else if eq .Values.image.pullPolicy "Always" }}"Always"{{ else }}"IfNotPresent"{{ end }}
140
141
{{- if .Values.global }}
142
{{- if .Values.global.image }}
0 commit comments