From dd92c7bb3b0fd512b7653eb385b19b94c845a930 Mon Sep 17 00:00:00 2001 From: Alexandre Ferreira Date: Fri, 28 Oct 2022 15:21:08 +0000 Subject: [PATCH] Fix pullpolicy Signed-off-by: Eric Van Hensbergen --- chart/templates/common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/templates/common.yaml b/chart/templates/common.yaml index 83b3c08..4007cdf 100644 --- a/chart/templates/common.yaml +++ b/chart/templates/common.yaml @@ -33,7 +33,7 @@ spec: containers: - name: {{ .Values.application.appName }} image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }} - imagePullPolicy: {{ .Values.pullPolicy }} + imagePullPolicy: {{ .Values.image.pullPolicy }} securityContext: allowPrivilegeEscalation: false capabilities: