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:
parent
9baffe6c3d
commit
7caf3fc199
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user