8c502c71a7
Add write-back-target=values and values-file=/helm-values/* for all apps. Map helm image fields per alias.\n\nCommitted via Codex CLI.
46 lines
1.7 KiB
YAML
46 lines
1.7 KiB
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: sonarr
|
|
namespace: argocd
|
|
annotations:
|
|
# Enable automatic image updates for Sonarr
|
|
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
|
|
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:
|
|
- repoURL: https://bananaspliff.github.io/geek-charts
|
|
chart: sonarr
|
|
targetRevision: "*"
|
|
ref: charts
|
|
helm:
|
|
releaseName: sonarr
|
|
valueFiles:
|
|
- $values/helm-values/sonarr_values.yaml
|
|
- repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: default
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|