jellyfin update

This commit is contained in:
Philip Haupt
2025-07-05 14:14:36 +02:00
parent 22e464fd33
commit 5c051128ec
3 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ spec:
helm.sh/chart: jellyfin-2.3.0 helm.sh/chart: jellyfin-2.3.0
spec: spec:
containers: containers:
- image: docker.io/jellyfin/jellyfin:10.10.6 - image: docker.io/jellyfin/jellyfin:10.10.7
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
initialDelaySeconds: 10 initialDelaySeconds: 10

View File

@@ -12,7 +12,7 @@ image:
# -- Container image repository for Jellyfin. # -- Container image repository for Jellyfin.
repository: docker.io/jellyfin/jellyfin repository: docker.io/jellyfin/jellyfin
# -- Jellyfin container image tag. Leave empty to automatically use the Chart's app version. # -- Jellyfin container image tag. Leave empty to automatically use the Chart's app version.
tag: "" tag: "10.10.7"
# -- Image pull policy (Always, IfNotPresent, or Never). # -- Image pull policy (Always, IfNotPresent, or Never).
pullPolicy: IfNotPresent pullPolicy: IfNotPresent

View File

@@ -2,7 +2,7 @@ apiVersion: v1
kind: Pod kind: Pod
metadata: metadata:
name: nfs-transfer-pod name: nfs-transfer-pod
namespace: radarr namespace: jellyfin
spec: spec:
containers: containers:
- name: busybox - name: busybox
@@ -14,4 +14,4 @@ spec:
volumes: volumes:
- name: transfer - name: transfer
persistentVolumeClaim: persistentVolumeClaim:
claimName: radarr-config claimName: jellyfin-config