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
This commit is contained in:
@@ -18,9 +18,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
# Use the kube-plex chart repository
|
# Use our local kube-plex repository with GPU support changes
|
||||||
repoURL: https://github.com/munnerz/kube-plex
|
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/admin/turingpi.git
|
||||||
path: charts/kube-plex
|
path: kube-plex/charts/kube-plex
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
helm:
|
helm:
|
||||||
releaseName: plex
|
releaseName: plex
|
||||||
|
|||||||
Reference in New Issue
Block a user