From a95d24876dc9536dc191d7695bf8e26d8e6d67f7 Mon Sep 17 00:00:00 2001 From: vikingowl Date: Mon, 6 Apr 2026 20:01:10 +0200 Subject: [PATCH] fix(helm): update imagePullSecret to itsh-registry --- backend/deploy/helm/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/deploy/helm/values.yaml b/backend/deploy/helm/values.yaml index 6951f4f..bda0e0a 100644 --- a/backend/deploy/helm/values.yaml +++ b/backend/deploy/helm/values.yaml @@ -4,7 +4,7 @@ image: pullPolicy: IfNotPresent imagePullSecrets: - - name: somegit + - name: itsh-registry nameOverride: "" fullnameOverride: ""