Update jellyfin to 10.8.1.

This commit is contained in:
2022-07-03 09:21:55 +12:00
parent 63bb59c43c
commit 6bcc928698
2 changed files with 3 additions and 10 deletions

View File

@ -1,10 +1,3 @@
apiVersion: v2
appVersion: "1.0"
description: Jellyfin media server
name: jellyfin
version: 0.2.0
type: application
apiVersion: v2
name: jellyfin
description: A Helm chart for deploying the jellyfin media server on kubernetes.
@ -22,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2
version: 0.1.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "10.7.7-amd64"
appVersion: "10.8.1-amd64"

View File

@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: jellyfin/jellyfin
tag: latest
tag: 10.8.1-amd64
pullPolicy: IfNotPresent
nameOverride: ""