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: variables:
HELM_CHART_VERSION: "1.0.12" HELM_CHART_VERSION: "1.0.13"
stages: stages:
- deploy - deploy

View File

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