apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: radarr namespace: argocd annotations: # Enable automatic image updates for Radarr 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 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 spec: project: default sources: - repoURL: https://bananaspliff.github.io/geek-charts chart: radarr targetRevision: "*" ref: charts helm: releaseName: radarr valueFiles: - $values/helm-values/radarr_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