Skip to content

Commit 9dc8d01

Browse files
authored
Merge pull request #1624 from porter-dev/main
main -> production
2 parents 95adb1f + 0f75af9 commit 9dc8d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/web/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ spec:
136136
{{- end }}
137137
{{- else }}
138138
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
139-
imagePullPolicy: {{ if eq .Values.image.tag "latest" }}"Always"{{ else }}"IfNotPresent"{{ end }}
139+
imagePullPolicy: {{ if eq .Values.image.tag "latest" }}"Always"{{ else if eq .Values.image.pullPolicy "Always" }}"Always"{{ else }}"IfNotPresent"{{ end }}
140140
{{- end }}
141141
{{- if .Values.global }}
142142
{{- if .Values.global.image }}

0 commit comments

Comments
 (0)