fix(reconciler): update image repository path in values.alpha.yaml
- Changed the image repository from 'freeleaps' to 'freeleaps/reconciler' for improved clarity and consistency in the Helm chart configuration. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
dfd7c0c611
commit
79b7524e11
@ -1,7 +1,7 @@
|
|||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
reconciler:
|
reconciler:
|
||||||
image:
|
image:
|
||||||
repository: freeleaps
|
repository: freeleaps/reconciler
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: snapshot-57f46e7
|
tag: snapshot-57f46e7
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user