Updated pull policy for main container since init container pulls image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
variables:
|
||||
HELM_CHART_VERSION: "1.0.11"
|
||||
HELM_CHART_VERSION: "1.0.12"
|
||||
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user