From dfd7c0c6117c5e4d2c8fb0123235554f6bbd8589 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 1 Aug 2025 09:51:43 +0800 Subject: [PATCH] fix(reconciler): update image repository in values.alpha.yaml for clarity - Changed the image repository from 'null' to 'freeleaps' and updated the image name to 'reconciler' for consistency in the Helm chart configuration. Signed-off-by: zhenyus --- .../helm-pkg/reconciler/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml index 432bce87..5a14561e 100644 --- a/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml +++ b/freeleaps-devops-reconciler/helm-pkg/reconciler/values.alpha.yaml @@ -1,11 +1,11 @@ replicaCount: 1 reconciler: image: - repository: null + repository: freeleaps pullPolicy: IfNotPresent tag: snapshot-57f46e7 registry: docker.io - name: freeleaps/reconciler + name: reconciler imagePullSecrets: [] nameOverride: '' fullnameOverride: ''