jellyfin update

This commit is contained in:
Philip Haupt
2025-12-09 00:14:35 +01:00
parent e479fac8ed
commit 360e8a3924
3 changed files with 23 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: jellyfin
repo: https://jellyfin.github.io/jellyfin-helm
version: 2.5.0
version: 2.6.0
releaseName: jellyfin
includeCRDs: true
namespace: jellyfin

View File

@@ -175,6 +175,15 @@ tolerations: []
# -- Affinity rules for pod scheduling.
affinity: {}
# -- Privileged pod settings for advanced use cases
podPrivileges:
# -- Enable hostIPC namespace. Required for NVIDIA MPS (Multi-Process Service) GPU sharing. See: https://docs.nvidia.com/deploy/mps/index.html
hostIPC: false
# -- Enable hostNetwork. Allows pod to use the host's network namespace.
hostNetwork: false
# -- Enable hostPID namespace. Allows pod to see processes on the host.
hostPID: false
jellyfin:
# -- Enable DLNA. Requires host network. See: https://jellyfin.org/docs/general/networking/dlna.html
enableDLNA: false