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
+1 -3
View File
@@ -6,9 +6,7 @@ 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: git
argocd-image-updater.argoproj.io/write-back-target: values
argocd-image-updater.argoproj.io/values-file: $values/helm-values/flaresolverr_values.yaml
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/flaresolverr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/flaresolverr.helm.image-tag: image.tag
spec:
+1 -7
View File
@@ -6,15 +6,9 @@ metadata:
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/write-back-target: values
argocd-image-updater.argoproj.io/values-file: $values/helm-values/ollama_values.yaml
argocd-image-updater.argoproj.io/write-back-method: argocd
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
argocd-image-updater.argoproj.io/write-back-method: argocd
spec:
project: default
sources:
+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:
+9 -15
View File
@@ -6,25 +6,19 @@ metadata:
annotations:
argocd-image-updater.argoproj.io/image-list: prowlarr=lscr.io/linuxserver/prowlarr:latest
argocd-image-updater.argoproj.io/prowlarr.update-strategy: digest
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/prowlarr_values.yml
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/prowlarr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/prowlarr.helm.image-tag: image.tag
spec:
project: default
sources:
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
targetRevision: HEAD
path: prowlarr
ref: charts
helm:
releaseName: prowlarr
valueFiles:
- $values/helm-values/prowlarr_values.yml
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
targetRevision: HEAD
ref: values
source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
targetRevision: HEAD
path: prowlarr
helm:
releaseName: prowlarr
valueFiles:
- helm-values/prowlarr_values.yml
destination:
server: https://kubernetes.default.svc
namespace: default
+2 -9
View File
@@ -8,17 +8,10 @@ metadata:
argocd-image-updater.argoproj.io/image-list: radarr=ghcr.io/linuxserver/radarr:latest
# Use digest strategy to track latest tag updates
argocd-image-updater.argoproj.io/radarr.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/radarr_values.yaml
# Write changes back via ArgoCD API (multi-source friendly)
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/radarr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/radarr.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 Radarr image to {{.NewTag}}"
spec:
project: default
sources:
+2 -9
View File
@@ -8,17 +8,10 @@ metadata:
argocd-image-updater.argoproj.io/image-list: sonarr=ghcr.io/linuxserver/sonarr:latest
# Use digest strategy to track latest tag updates
argocd-image-updater.argoproj.io/sonarr.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/sonarr_values.yaml
# Write changes back via ArgoCD API (multi-source friendly)
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/sonarr.helm.image-name: image.repository
argocd-image-updater.argoproj.io/sonarr.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 Sonarr image to {{.NewTag}}"
spec:
project: default
sources:
+1 -3
View File
@@ -6,9 +6,7 @@ metadata:
annotations:
argocd-image-updater.argoproj.io/image-list: transmission=haugene/transmission-openvpn:latest
argocd-image-updater.argoproj.io/transmission.update-strategy: digest
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/transmission_values.yml
argocd-image-updater.argoproj.io/write-back-method: argocd
argocd-image-updater.argoproj.io/transmission.helm.image-name: image.repository
argocd-image-updater.argoproj.io/transmission.helm.image-tag: image.tag
spec: