Update jellyfin to latest release 10.8.6.

Also increase memory limit to 12Gb as there appears to be some Oomkilling
happening when transcoding very large files.
This commit is contained in:
2022-10-29 09:19:56 -04:00
parent 120ba50bf4
commit 0b44b4031c
2 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@ apiVersion: v2
name: jellyfin
description: A helm chart for deploying the jellyfin media server on kubernetes.
type: application
version: 0.1.5
appVersion: "10.8.5-amd64"
version: 0.1.6
appVersion: "10.8.6-amd64"

View File

@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: jellyfin/jellyfin
tag: 10.8.5-amd64
tag: 10.8.6-amd64
pullPolicy: IfNotPresent
nameOverride: ""
@ -60,7 +60,7 @@ persistence:
resources:
limits:
cpu: 10
memory: 8Gi
memory: 12Gi
requests:
cpu: 100m
memory: 128Mi