From 6bcc928698b816ef34449ef467809dfea709416d Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 3 Jul 2022 09:21:55 +1200 Subject: [PATCH] Update jellyfin to 10.8.1. --- jellyfin/Chart.yaml | 11 ++--------- jellyfin/values.yaml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index f365544..842e476 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -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" diff --git a/jellyfin/values.yaml b/jellyfin/values.yaml index c3df9f9..56671fe 100644 --- a/jellyfin/values.yaml +++ b/jellyfin/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: jellyfin/jellyfin - tag: latest + tag: 10.8.1-amd64 pullPolicy: IfNotPresent nameOverride: ""