fix(argocd): clean values write-back paths

This commit is contained in:
gilgamezh
2025-10-11 11:30:08 +02:00
parent cc85762e1e
commit ee6431e01b
11 changed files with 18 additions and 185 deletions
+2 -9
View File
@@ -8,17 +8,10 @@ metadata:
argocd-image-updater.argoproj.io/image-list: plex=linuxserver/plex:latest
# Use digest strategy to track latest tag updates
argocd-image-updater.argoproj.io/plex.update-strategy: digest
# Write changes back to Git values file
argocd-image-updater.argoproj.io/write-back-method: git
argocd-image-updater.argoproj.io/write-back-target: values
argocd-image-updater.argoproj.io/values-file: $values/helm-values/plex_values.yml
# Write changes back via ArgoCD API (multi-source friendly)
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/plex.helm.image-name: image.repository
argocd-image-updater.argoproj.io/plex.helm.image-tag: image.tag
# Git configuration for write-back
argocd-image-updater.argoproj.io/git-branch: master
argocd-image-updater.argoproj.io/git-commit-user: argocd-image-updater
argocd-image-updater.argoproj.io/git-commit-email: argocd@turing.lan
argocd-image-updater.argoproj.io/git-commit-message: "chore: update Plex image to {{.NewTag}}"
spec:
project: default
sources: