apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: prowlarr namespace: argocd 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: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git 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 prowlarr image to {{.NewTag}}" 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 destination: server: https://kubernetes.default.svc namespace: default syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true