From 93b8a1b59a769c4e99c709af67a0178105d9fe4e Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@hebeler.club> Date: Wed, 1 Mar 2023 10:31:51 +0100 Subject: [PATCH] pull policy always since we are using the same tag --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index f14d50d..a54fbaa 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: nginx - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "" -- GitLab