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