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:
parent
16bfcf1e5c
commit
9baffe6c3d
@ -1,7 +1,7 @@
|
||||
replicaCount: 1
|
||||
reconciler:
|
||||
image:
|
||||
repository: null
|
||||
repository: freeleaps
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.1
|
||||
registry: docker.io
|
||||
|
||||
Loading…
Reference in New Issue
Block a user