From 2916ec5889e4add9c2c34d852b95ce5da9914cbc Mon Sep 17 00:00:00 2001 From: wjkw1 <30451128+wjkw1@users.noreply.github.com> Date: Sun, 10 Oct 2021 07:05:15 +1300 Subject: [PATCH] misc: updated values file imagePullPolicy to match what is in deployment.yaml (#4546) ***NO_CI*** --- dev/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/helm/values.yaml b/dev/helm/values.yaml index bfa9fb3c..24ab1aee 100644 --- a/dev/helm/values.yaml +++ b/dev/helm/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: requarks/wiki - pullPolicy: IfNotPresent + imagePullPolicy: IfNotPresent imagePullSecrets: [] nameOverride: ""