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