Updated jellyfin to latest upstream release 10.8.11.
This commit is contained in:
@ -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.7
|
version: 0.1.8
|
||||||
appVersion: "10.8.10-amd64"
|
appVersion: "10.8.11-amd64"
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
# Defaults for jellyfin
|
---
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: jellyfin/jellyfin
|
repository: jellyfin/jellyfin
|
||||||
tag: 10.8.10-amd64
|
tag: 10.8.11-amd64
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user