From 6a3bbd9f44b7327ee427bed93376f7f6ed1387e3 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 24 Mar 2026 10:37:33 +0200 Subject: [PATCH] Update oramap imagepullsecret --- charts/oramap-chart/templates/deployment.yaml | 8 ++++++++ charts/oramap-chart/values.yaml | 2 ++ manifests/oramap/values.yaml | 3 +++ 3 files changed, 13 insertions(+) diff --git a/charts/oramap-chart/templates/deployment.yaml b/charts/oramap-chart/templates/deployment.yaml index d8ee38a..f3c8845 100644 --- a/charts/oramap-chart/templates/deployment.yaml +++ b/charts/oramap-chart/templates/deployment.yaml @@ -24,6 +24,10 @@ spec: release: {{ .Release.Name }} component: backend spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: backend image: "{{ .Values.backend.image.repository }}:{{ .Values.backend.image.tag }}" @@ -76,6 +80,10 @@ spec: release: {{ .Release.Name }} component: frontend spec: + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: frontend image: "{{ .Values.frontend.image.repository }}:{{ .Values.frontend.image.tag }}" diff --git a/charts/oramap-chart/values.yaml b/charts/oramap-chart/values.yaml index a171e88..5824d51 100644 --- a/charts/oramap-chart/values.yaml +++ b/charts/oramap-chart/values.yaml @@ -1,5 +1,7 @@ replicaCount: 1 +imagePullSecrets: [] + # Backend API configuration backend: image: diff --git a/manifests/oramap/values.yaml b/manifests/oramap/values.yaml index a171e88..1f75168 100644 --- a/manifests/oramap/values.yaml +++ b/manifests/oramap/values.yaml @@ -1,5 +1,8 @@ replicaCount: 1 +imagePullSecrets: + - name: harbor-regcred + # Backend API configuration backend: image: