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

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "1.0.22" HELM_CHART_VERSION: "1.0.23"
stages: stages:
- deploy - deploy

View File

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

View File

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