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 name: jellyfin
description: A helm chart for deploying the jellyfin media server on kubernetes. description: A helm chart for deploying the jellyfin media server on kubernetes.
type: application type: application
version: 0.1.5 version: 0.1.6
appVersion: "10.8.5-amd64" appVersion: "10.8.6-amd64"

View File

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