fix(helmfile): Add imagePullPolicy default env variable

This commit is contained in:
Dominik Kaminski
2023-09-05 19:59:18 +02:00
parent 0eceb85e7d
commit f9886448b6
26 changed files with 41 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ global:
image:
repository: "{{ .Values.images.postgresql.repository }}"
tag: "{{ .Values.images.postgresql.tag }}"
imagePullPolicy: "{{ .Values.global.imagePullPolicy }}"
job:
users: