From a936168c5ecb492c5e80ac72233cbb89118bfbba Mon Sep 17 00:00:00 2001 From: Mike Cronce Date: Tue, 2 Aug 2022 08:49:38 -0400 Subject: [PATCH] [jellyfin] Update to 10.8.1 and fix typo in Chart.yaml homepage URL (#1721) * charts/stable/jellyfin/Chart.yaml: Fix homepage link * charts/stable/jellyfin: Bump image tag and appVersion to 10.8.1 --- charts/stable/jellyfin/Chart.yaml | 10 ++++++---- charts/stable/jellyfin/README.md | 12 +++++++++++- charts/stable/jellyfin/values.yaml | 3 ++- 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 8da57ab886..3249b9fac7 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -1,15 +1,15 @@ --- apiVersion: v2 -appVersion: 10.7.7 +appVersion: 10.8.1 description: Jellyfin is a Free Software Media System name: jellyfin -version: 9.5.1 +version: 9.5.2 kubeVersion: ">=1.16.0-0" keywords: - jellyfin - plex - emby -home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/Jellyfin +home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/jellyfin icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-solid-black.svg sources: - https://hub.docker.com/r/jellyfin/jellyfin @@ -24,4 +24,6 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Upgraded `common` chart dependency to version 4.5.1 + description: Upgraded Jellyfin to 10.8.1 + - kind: fixed + description: Fixed typo in homepage URL diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md index 4d57844def..c7d1f4c6fe 100644 --- a/charts/stable/jellyfin/README.md +++ b/charts/stable/jellyfin/README.md @@ -80,7 +80,7 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"jellyfin/jellyfin"` | image repository | -| image.tag | string | `"10.7.7"` | image tag | +| image.tag | string | `"10.8.1"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | podSecurityContext | object | `{}` | Configure the Security Context for the Pod | @@ -88,6 +88,16 @@ N/A ## Changelog +### Version 9.5.2 + +#### Changed + +* Updated Jellyfin to 10.8.1 + +#### Fixed + +* Fixed typo in homepage URL + ### Version 9.5.1 #### Added diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index 975de13522..5e6eaa1a8c 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.yaml @@ -9,7 +9,8 @@ image: # -- image repository repository: jellyfin/jellyfin # -- image tag - tag: 10.7.7 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent