refactor(reconciler): restructure image configuration in Helm chart
- Moved image configuration under a new reconciler key in values.yaml and values.alpha.yaml. - Set the image tag to "1.1.0" in values.alpha.yaml for versioning clarity. Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
97b208c395
commit
9736ed1423
@ -1,10 +1,11 @@
|
||||
# Default values for freeleaps-devops-reconciler
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
reconciler:
|
||||
image:
|
||||
repository: freeleaps/reconciler
|
||||
pullPolicy: IfNotPresent
|
||||
tag: ""
|
||||
tag: "1.1.0"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
# Default values for freeleaps-devops-reconciler
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
reconciler:
|
||||
image:
|
||||
repository: freeleaps/reconciler
|
||||
pullPolicy: IfNotPresent
|
||||
tag: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user