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