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
|
||||
reconciler:
|
||||
image:
|
||||
repository: freeleaps
|
||||
repository: null
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.1
|
||||
registry: docker.io
|
||||
|
||||
Loading…
Reference in New Issue
Block a user