Update jellyfin to 10.8.1.
This commit is contained in:
@ -1,10 +1,3 @@
|
|||||||
apiVersion: v2
|
|
||||||
appVersion: "1.0"
|
|
||||||
description: Jellyfin media server
|
|
||||||
name: jellyfin
|
|
||||||
version: 0.2.0
|
|
||||||
type: application
|
|
||||||
|
|
||||||
apiVersion: v2
|
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.
|
||||||
@ -22,10 +15,10 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# 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
|
# 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
|
# 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.
|
# follow Semantic Versioning. They should reflect the version the application is using.
|
||||||
# It is recommended to use it with quotes.
|
# It is recommended to use it with quotes.
|
||||||
appVersion: "10.7.7-amd64"
|
appVersion: "10.8.1-amd64"
|
||||||
|
|||||||
@ -3,7 +3,7 @@ replicaCount: 1
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
repository: jellyfin/jellyfin
|
repository: jellyfin/jellyfin
|
||||||
tag: latest
|
tag: 10.8.1-amd64
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user