Updated pull policy for main container since init container pulls image

This commit is contained in:
Lars
2023-09-13 10:54:07 +02:00
parent e3d4952df6
commit e6b0bb2db2
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ spec:
image: cloudyne/ubuntu-ci:latest
command: ["python3"]
args: ["/usr/local/bin/storage-clone", "/mnt/cloud", "/mnt/local"]
imagePullPolicy: Always
imagePullPolicy: IfNotExists
volumeMounts:
- name: cloud
mountPath: /mnt/cloud
@@ -138,7 +138,7 @@ spec:
securityContext:
runAsUser: 101
image: "{{ .Values.site.image }}"
imagePullPolicy: Always
imagePullPolicy: IfNotExists
volumeMounts:
- name: serverconfig
mountPath: /init-go/config.json