From 1ec53b5291df4cc71daf8362a36e172d8323052f Mon Sep 17 00:00:00 2001 From: git_admin Date: Mon, 27 Apr 2026 11:38:16 +0000 Subject: [PATCH] chart: support imagePullSecrets on tower-frontend --- templates/frontend-deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/frontend-deployment.yaml b/templates/frontend-deployment.yaml index e9ede2e..2cbc433 100644 --- a/templates/frontend-deployment.yaml +++ b/templates/frontend-deployment.yaml @@ -18,6 +18,10 @@ spec: {{- include "tower.labels" . | nindent 8 }} odoosky.io/role: frontend spec: + {{- with .Values.frontend.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: tower-ui image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}"