From 54de1fc12e8b857343e44d4fd215652fad2d3ca4 Mon Sep 17 00:00:00 2001 From: ihaardik Date: Fri, 8 May 2026 13:14:42 +0530 Subject: [PATCH] fix: support pull secrets for web ui canaries --- charts/countly-web-ui-canary/templates/deployment.yaml | 4 ++++ charts/countly-web-ui-canary/values.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/charts/countly-web-ui-canary/templates/deployment.yaml b/charts/countly-web-ui-canary/templates/deployment.yaml index e2c5abc..ef9f06f 100644 --- a/charts/countly-web-ui-canary/templates/deployment.yaml +++ b/charts/countly-web-ui-canary/templates/deployment.yaml @@ -29,6 +29,10 @@ spec: fsGroup: 101 seccompProfile: type: RuntimeDefault + {{- with .Values.imagePullSecrets }} + imagePullSecrets: + {{- toYaml . | nindent 8 }} + {{- end }} containers: - name: nginx image: {{ include "canary.image" . | quote }} diff --git a/charts/countly-web-ui-canary/values.yaml b/charts/countly-web-ui-canary/values.yaml index 9e9ae8c..07c4627 100644 --- a/charts/countly-web-ui-canary/values.yaml +++ b/charts/countly-web-ui-canary/values.yaml @@ -12,6 +12,8 @@ image: tag: "" # fallback; ignored if digest is set pullPolicy: IfNotPresent +imagePullSecrets: [] + # Stable backend services in this same namespace, reused by ingress routing. backend: release: countly