2025-04-23 16:24:27 +03:00
|
|
|
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
|
2025-04-23 17:31:21 +03:00
|
|
|
- name: prowlarr
|
|
|
|
repo: https://charts.pree.dev
|
|
|
|
version: 1.42.0
|
|
|
|
releaseName: prowlarr
|
|
|
|
namespace: sonarr-stack
|
|
|
|
valuesFile: sonarr-values.yaml
|
|
|
|
includeCRDs: true
|
|
|
|
|