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
|
# Default values for freeleaps-devops-reconciler
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
reconciler:
|
||||||
repository: freeleaps/reconciler
|
image:
|
||||||
pullPolicy: IfNotPresent
|
repository: freeleaps/reconciler
|
||||||
tag: ""
|
pullPolicy: IfNotPresent
|
||||||
|
tag: "1.1.0"
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|||||||
@ -1,10 +1,11 @@
|
|||||||
# Default values for freeleaps-devops-reconciler
|
# Default values for freeleaps-devops-reconciler
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
reconciler:
|
||||||
repository: freeleaps/reconciler
|
image:
|
||||||
pullPolicy: IfNotPresent
|
repository: freeleaps/reconciler
|
||||||
tag: ""
|
pullPolicy: IfNotPresent
|
||||||
|
tag: ""
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user