IfNotExists => IfNotPResent

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

View File

@@ -1,5 +1,5 @@
variables:
HELM_CHART_VERSION: "1.0.12"
HELM_CHART_VERSION: "1.0.13"
stages:
- deploy

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: IfNotExists
imagePullPolicy: IfNotPresent
volumeMounts:
- name: cloud
mountPath: /mnt/cloud
@@ -138,7 +138,7 @@ spec:
securityContext:
runAsUser: 101
image: "{{ .Values.site.image }}"
imagePullPolicy: IfNotExists
imagePullPolicy: IfNotPresent
volumeMounts:
- name: serverconfig
mountPath: /init-go/config.json