fix(reconciler): update image name in values.alpha.yaml to include repository prefix

- Changed the image name from 'reconciler' to 'freeleaps/reconciler' for clarity and consistency in the Helm chart configuration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-01 09:50:16 +08:00
parent f0d7064583
commit 32d9b816a2

View File

@ -5,7 +5,7 @@ reconciler:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: snapshot-57f46e7 tag: snapshot-57f46e7
registry: docker.io registry: docker.io
name: reconciler name: freeleaps/reconciler
imagePullSecrets: [] imagePullSecrets: []
nameOverride: '' nameOverride: ''
fullnameOverride: '' fullnameOverride: ''