chore(image-updater): git write-back to values files for all apps

Set values-file annotations with alias helm.image-name=image.repository and helm.image-tag=image.tag.\nEnsures updates commit into /helm-values/*.\n\nCommitted via Codex CLI.
This commit is contained in:
gilgamezh
2025-08-30 19:33:09 +02:00
parent 7237535d6e
commit 11e3fb8043
7 changed files with 33 additions and 13 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ metadata:
annotations:
argocd-image-updater.argoproj.io/image-list: flaresolverr=ghcr.io/flaresolverr/flaresolverr:latest
argocd-image-updater.argoproj.io/flaresolverr.update-strategy: digest
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/write-back-method: git
argocd-image-updater.argoproj.io/values-file: $values/helm-values/flaresolverr_values.yaml
argocd-image-updater.argoproj.io/flaresolverr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/flaresolverr.helm.image-tag: image.tag
spec:
project: default
sources: