fix(reconciler): revert image repository to null in values.alpha.yaml

- Changed the image repository from 'freeleaps' back to null to address deployment issues.
- This adjustment ensures compatibility with the current deployment strategy.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-08-01 00:00:06 +08:00
parent 9baffe6c3d
commit 7caf3fc199

View File

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