Files
homelab/k8s/apps/sonarr-stack/kustomization.yaml
Ultradesu 66f69ddd0f
All checks were successful
Check with kubeconform / lint (push) Successful in 8s
Added bazarr
2025-04-23 18:10:51 +03:00

31 lines
690 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# resources:
# - app.yaml
# - external-secrets.yaml
helmCharts:
- name: sonarr
repo: https://charts.pree.dev
version: 1.10.2
releaseName: sonarr
namespace: sonarr-stack
valuesFile: sonarr-values.yaml
includeCRDs: true
- name: prowlarr
repo: https://charts.pree.dev
version: 1.42.0
releaseName: prowlarr
namespace: sonarr-stack
valuesFile: sonarr-values.yaml
includeCRDs: true
- name: bazarr
repo: oci://ghcr.io/m0nsterrr/helm-charts
version: 2.0.3
releaseName: bazarr
namespace: sonarr-stack
valuesFile: bazarr-values.yaml
includeCRDs: true