fix: use separate kube-plex repository for GPU-enabled chart

- Point ArgoCD to dedicated kube-plex repository in Gitea
- Ensures GPU support changes are available to ArgoCD
- Separates chart from main configuration repository
This commit is contained in:
gilgamezh
2025-08-15 17:26:32 +02:00
parent 2e513d155d
commit 52366f3812
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ metadata:
spec:
project: default
source:
# Use our local kube-plex repository with GPU support changes
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
path: kube-plex/charts/kube-plex
# Use our separate kube-plex repository with GPU support changes
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/kube-plex.git
path: charts/kube-plex
targetRevision: HEAD
helm:
releaseName: plex
Submodule kube-plex deleted from 1bc376f4f1