From 84009ac76f1a52ed50a845bd98605f9a6ea5324f Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 18 Jun 2024 15:42:16 +0200 Subject: [PATCH] fix(notify-push): deployment image and pullSecret Signed-off-by: WrenIX --- charts/nextcloud/templates/notify_push/deployment.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/nextcloud/templates/notify_push/deployment.yaml b/charts/nextcloud/templates/notify_push/deployment.yaml index c6db001a..d10c2de6 100644 --- a/charts/nextcloud/templates/notify_push/deployment.yaml +++ b/charts/nextcloud/templates/notify_push/deployment.yaml @@ -38,10 +38,9 @@ spec: containers: - name: notify-push {{- with .Values.notifyPush.image }} - image: "{{ coalesce $.Values.global.image.registry .registry }}/{{ .repository }}:{{ .tag }}" - imagePullPolicy: {{ coalesce $.Values.global.image.pullPolicy .pullPolicy }} + image: "{{ .registry }}/{{ .repository }}:{{ .tag }}" + imagePullPolicy: {{ .pullPolicy }} {{- end }} - imagePullPolicy: {{ .Values.metrics.image.pullPolicy }} env: - name: PORT value: "7867"