From 387635937e339b8bc37a0c14ee157651e144d747 Mon Sep 17 00:00:00 2001 From: muchasxmaracas Date: Sat, 11 Jan 2025 12:36:29 +0100 Subject: [PATCH] chore: change pullPolicy to always --- .helm/gallowhead/test/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/gallowhead/test/values.yaml b/.helm/gallowhead/test/values.yaml index 644e800..a00136e 100644 --- a/.helm/gallowhead/test/values.yaml +++ b/.helm/gallowhead/test/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: ghcr.io/muchasxmaracas/gallowhead - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: "test-live"