[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
This commit is contained in:
Mike Cronce 2022-08-02 08:49:38 -04:00 committed by GitHub
parent 1d3eab6178
commit a936168c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 6 deletions

View File

@ -1,15 +1,15 @@
--- ---
apiVersion: v2 apiVersion: v2
appVersion: 10.7.7 appVersion: 10.8.1
description: Jellyfin is a Free Software Media System description: Jellyfin is a Free Software Media System
name: jellyfin name: jellyfin
version: 9.5.1 version: 9.5.2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- jellyfin - jellyfin
- plex - plex
- emby - 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 icon: https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-solid-black.svg
sources: sources:
- https://hub.docker.com/r/jellyfin/jellyfin - https://hub.docker.com/r/jellyfin/jellyfin
@ -24,4 +24,6 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - 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

View File

@ -80,7 +80,7 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone | | env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"jellyfin/jellyfin"` | image repository | | 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. | | 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. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext | object | `{}` | Configure the Security Context for the Pod | | podSecurityContext | object | `{}` | Configure the Security Context for the Pod |
@ -88,6 +88,16 @@ N/A
## Changelog ## Changelog
### Version 9.5.2
#### Changed
* Updated Jellyfin to 10.8.1
#### Fixed
* Fixed typo in homepage URL
### Version 9.5.1 ### Version 9.5.1
#### Added #### Added

View File

@ -9,7 +9,8 @@ image:
# -- image repository # -- image repository
repository: jellyfin/jellyfin repository: jellyfin/jellyfin
# -- image tag # -- image tag
tag: 10.7.7 # @default -- chart.appVersion
tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent