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 <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-01 00:00:53 +08:00
parent 7caf3fc199
commit ad7393bec5

View File

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