From cd6df027c4319ea9876c56a5ff2cfe12ee9fa297 Mon Sep 17 00:00:00 2001 From: dgtown Date: Mon, 12 Feb 2024 10:02:43 -0500 Subject: [PATCH] change cron pull policy to Always --- applications/job/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/job/values.yaml b/applications/job/values.yaml index c3176a421..44e36316d 100644 --- a/applications/job/values.yaml +++ b/applications/job/values.yaml @@ -11,7 +11,7 @@ allowConcurrency: true image: repository: public.ecr.aws/o1j4x7p4/hello-porter-job - pullPolicy: IfNotPresent + pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. tag: latest