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
|
replicaCount: 1
|
||||||
reconciler:
|
reconciler:
|
||||||
image:
|
image:
|
||||||
repository: null
|
repository: freeleaps
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: snapshot-57f46e7
|
tag: snapshot-57f46e7
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
name: freeleaps/reconciler
|
name: reconciler
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ''
|
nameOverride: ''
|
||||||
fullnameOverride: ''
|
fullnameOverride: ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user