Skip to content

Commit 64959fa

Browse files
committed
Merge branch 'helm-fixes' into 'main'
Fix pullpolicy See merge request smarter-project/smarter-device-manager!4
2 parents f70f373 + dd92c7b commit 64959fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/templates/common.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
containers:
3434
- name: {{ .Values.application.appName }}
3535
image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}
36-
imagePullPolicy: {{ .Values.pullPolicy }}
36+
imagePullPolicy: {{ .Values.image.pullPolicy }}
3737
securityContext:
3838
allowPrivilegeEscalation: false
3939
capabilities:

0 commit comments

Comments
 (0)