From a5d7592dc7fa5644239b61ea9462bf6f8c998181 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 13 Sep 2023 10:56:52 +0200 Subject: [PATCH] IfNotExists => IfNotPResent --- .gitlab-ci.yml | 2 +- Chart/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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