From 2e513d155d9621261076991bd4b3113b62acae07 Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Fri, 15 Aug 2025 17:21:01 +0200 Subject: [PATCH] fix: use local kube-plex repository with GPU support - Switch from upstream kube-plex to our local version in Gitea - Ensures GPU support changes are preserved in GitOps workflow - Fixes ArgoCD Application source path --- applications/plex.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/plex.yaml b/applications/plex.yaml index 85a6eab..072bfc9 100644 --- a/applications/plex.yaml +++ b/applications/plex.yaml @@ -18,9 +18,9 @@ metadata: spec: project: default source: - # Use the kube-plex chart repository - repoURL: https://github.com/munnerz/kube-plex - path: charts/kube-plex + # 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 targetRevision: HEAD helm: releaseName: plex