From 074652b43f486ec6b79141297d33d60fa5612e57 Mon Sep 17 00:00:00 2001 From: Timo Hollwedel Date: Mon, 24 Feb 2025 14:30:31 +0100 Subject: [PATCH] fix(nubus): Fix pullPolicy to satisfy kyverno linter WP1003 --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index bfef680f..fefb5f4f 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -1251,6 +1251,7 @@ nubusUmcServer: repository: {{ .Values.images.nubusUmcServer.repository }} tag: {{ .Values.images.nubusUmcServer.tag }} imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} + pullPolicy: {{ .Values.global.imagePullPolicy | quote }} imagePullSecrets: {{ .Values.global.imagePullSecrets | toYaml | nindent 4 }} ingress: @@ -1329,6 +1330,7 @@ nubusUmcGateway: repository: {{ .Values.images.nubusUmcGateway.repository }} tag: {{ .Values.images.nubusUmcGateway.tag }} imagePullPolicy: {{ .Values.global.imagePullPolicy | quote }} + pullPolicy: {{ .Values.global.imagePullPolicy | quote }} imagePullSecrets: {{ .Values.global.imagePullSecrets | toYaml | nindent 4 }} ingress: