fix(univention-management-stack): Use the value "global.imagePullPolicy"

This commit is contained in:
Johannes Bornhold
2023-09-13 15:20:14 +02:00
parent d3c439038a
commit 15db5dcbba
11 changed files with 12 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ umcServer:
image:
registry: "{{ .Values.global.imageRegistry }}"
repository: "{{ .Values.images.umsUmcServer.repository }}"
pullPolicy: "Always"
pullPolicy: "{{ .Values.global.imagePullPolicy }}"
tag: "{{ .Values.images.umsUmcServer.tag }}"
pullSecrets:
{{- range .Values.global.imagePullSecrets }}