Files
turingpi/applications/sonarr.yaml
T
2026-01-10 17:29:53 +01:00

34 lines
892 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sonarr
namespace: argocd
annotations:
# Enable automatic image updates for Sonarr
# Use digest strategy to track latest tag updates
# Write changes back via ArgoCD API (multi-source friendly)
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