Skip to content

Commit

Permalink
[jellyfin] Update to 10.8.1 and fix typo in Chart.yaml homepage URL (k…
Browse files Browse the repository at this point in the history
…8s-at-home#1721)

* charts/stable/jellyfin/Chart.yaml:  Fix homepage link

* charts/stable/jellyfin:  Bump image tag and appVersion to 10.8.1
  • Loading branch information
mcronce authored Aug 2, 2022
1 parent 1d3eab6 commit a936168
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
10 changes: 6 additions & 4 deletions charts/stable/jellyfin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
12 changes: 11 additions & 1 deletion charts/stable/jellyfin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,24 @@ 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 |
| service | object | See values.yaml | Configures service settings for the chart. |

## Changelog

### Version 9.5.2

#### Changed

* Updated Jellyfin to 10.8.1

#### Fixed

* Fixed typo in homepage URL

### Version 9.5.1

#### Added
Expand Down
3 changes: 2 additions & 1 deletion charts/stable/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a936168

Please sign in to comment.