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:
@@ -3,6 +3,13 @@ kind: Application
|
||||
metadata:
|
||||
name: ollama
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: ollama=ollama/ollama:latest
|
||||
argocd-image-updater.argoproj.io/ollama.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/write-back-method: git
|
||||
argocd-image-updater.argoproj.io/values-file: $values/helm-values/ollama_values.yaml
|
||||
argocd-image-updater.argoproj.io/ollama.helm.image-name: image.repository
|
||||
argocd-image-updater.argoproj.io/ollama.helm.image-tag: image.tag
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: ollama=ollama/ollama:latest
|
||||
argocd-image-updater.argoproj.io/ollama.update-strategy: digest
|
||||
|
||||
Reference in New Issue
Block a user