Swap imagepullpolicy to always
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user