From 9baffe6c3d208ae360f164a6952d5065a24e9a4b Mon Sep 17 00:00:00 2001 From: zhenyus Date: Thu, 31 Jul 2025 23:59:23 +0800 Subject: [PATCH] fix(reconciler): update image repository in values.alpha.yaml - Changed the image repository from null to 'freeleaps' to ensure the correct image is pulled for the reconciler. - This update aligns with the recent version bump and improves deployment accuracy. 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..141b6ebe 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 pullPolicy: IfNotPresent tag: 1.1.1 registry: docker.io