From ad7393bec5f7293d3b296061063119bbc026bb94 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 1 Aug 2025 00:00:53 +0800 Subject: [PATCH] fix(reconciler): update image repository to 'freeleaps' in values.alpha.yaml - Changed the image repository from null to 'freeleaps' to ensure the correct image is pulled for the reconciler. - This update addresses deployment issues and aligns with the current deployment strategy. Signed-off-by: zhenyus --- .../helm-pkg/reconciler/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml index 244fa9eb..042f2084 100644 --- a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml +++ b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml @@ -1,7 +1,7 @@ replicaCount: 1 reconciler: image: - repository: null + repository: freeleaps/reconciler pullPolicy: IfNotPresent tag: 1.1.1 registry: docker.io