Swap imagepullpolicy to always

This commit is contained in:
2023-10-05 18:27:07 +02:00
parent f70afe5523
commit 5129be3fc8
3 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ spec:
securityContext:
runAsUser: 101
image: "{{ .Values.site.image }}"
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
volumeMounts:
- name: serverconfig
mountPath: /docker-entrypoint.d/unit.json

View File

@@ -88,7 +88,7 @@ spec:
allowPrivilegeEscalation: false
runAsUser: 0
image: "{{ .Values.site.image }}"
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
volumeMounts:
- name: serverconfig
mountPath: /init-go/config.json