fix(nubus): Fix pullPolicy to satisfy kyverno linter WP1003

This commit is contained in:
Timo Hollwedel
2025-02-24 14:30:31 +01:00
parent b6713c88fa
commit 074652b43f

View File

@@ -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: