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:
zhenyus 2025-07-31 23:35:21 +08:00
parent 97b208c395
commit 9736ed1423
2 changed files with 10 additions and 8 deletions

View File

@ -1,10 +1,11 @@
# Default values for freeleaps-devops-reconciler
replicaCount: 1
image:
repository: freeleaps/reconciler
pullPolicy: IfNotPresent
tag: ""
reconciler:
image:
repository: freeleaps/reconciler
pullPolicy: IfNotPresent
tag: "1.1.0"
imagePullSecrets: []
nameOverride: ""

View File

@ -1,10 +1,11 @@
# Default values for freeleaps-devops-reconciler
replicaCount: 1
image:
repository: freeleaps/reconciler
pullPolicy: IfNotPresent
tag: ""
reconciler:
image:
repository: freeleaps/reconciler
pullPolicy: IfNotPresent
tag: ""
imagePullSecrets: []
nameOverride: ""