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: