diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 363f8c6..7c87209 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "1.0.11" + HELM_CHART_VERSION: "1.0.12" stages: - deploy diff --git a/Chart/templates/deployment.yaml b/Chart/templates/deployment.yaml index 8e03023..02565a0 100644 --- a/Chart/templates/deployment.yaml +++ b/Chart/templates/deployment.yaml @@ -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