Skip to content

Commit a4c2144

Browse files
authored
feat(teuto-portal-k8s-worker): use new pullPolicy template (#1384)
1 parent 0a0615a commit a4c2144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/teuto-portal-k8s-worker/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: {{ .Chart.Name }}
1919
securityContext: {{- toYaml .Values.global.podSecurityContext | nindent 12 }}
2020
image: {{ template "portalworker.image". }}
21-
imagePullPolicy: {{ empty .Values.worker.image.digest | ternary "Always" "IfNotPresent" }}
21+
imagePullPolicy: {{ include "common.images.pullPolicy" .Values.worker.image }}
2222
env:
2323
- name: JDBC_URL
2424
value: {{ include "portalworker.jdbc" . | quote }}

0 commit comments

Comments
 (0)