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 <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-07-31 23:59:23 +08:00
parent 16bfcf1e5c
commit 9baffe6c3d

View File

@ -1,7 +1,7 @@
replicaCount: 1 replicaCount: 1
reconciler: reconciler:
image: image:
repository: null repository: freeleaps
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.1.1 tag: 1.1.1
registry: docker.io registry: docker.io