jellyfin update
This commit is contained in:
@@ -97,7 +97,7 @@ spec:
|
||||
helm.sh/chart: jellyfin-2.3.0
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/jellyfin/jellyfin:10.10.6
|
||||
- image: docker.io/jellyfin/jellyfin:10.10.7
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 10
|
||||
|
||||
@@ -12,7 +12,7 @@ image:
|
||||
# -- Container image repository for Jellyfin.
|
||||
repository: docker.io/jellyfin/jellyfin
|
||||
# -- 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).
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: nfs-transfer-pod
|
||||
namespace: radarr
|
||||
namespace: jellyfin
|
||||
spec:
|
||||
containers:
|
||||
- name: busybox
|
||||
@@ -14,4 +14,4 @@ spec:
|
||||
volumes:
|
||||
- name: transfer
|
||||
persistentVolumeClaim:
|
||||
claimName: radarr-config
|
||||
claimName: jellyfin-config
|
||||
Reference in New Issue
Block a user