fix(transmission): point ArgoCD app to bananaspliff/transmission chart

ArgoCD reported: chart 'transmission-openvpn' not found in https://k8s-at-home.com/charts/.\nSwitch to bananaspliff/geek-charts 'transmission' which matches our values pattern (env/volumes/volumeMounts).\n\nCommitted via Codex CLI.
This commit is contained in:
gilgamezh
2025-08-30 17:33:36 +02:00
parent 75622374ff
commit 9810330571
+2 -3
View File
@@ -6,8 +6,8 @@ metadata:
spec: spec:
project: default project: default
sources: sources:
- repoURL: https://k8s-at-home.com/charts/ - repoURL: https://bananaspliff.github.io/geek-charts
chart: transmission-openvpn chart: transmission
targetRevision: "*" targetRevision: "*"
ref: charts ref: charts
helm: helm:
@@ -27,4 +27,3 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true - ServerSideApply=true