From 93f1882383cb168680b0ef57de646637855c4f5c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 12 May 2024 02:43:13 +0200 Subject: [PATCH] chore(deps): update container image docker.io/jellyfin/jellyfin to v10.9.0@e2f9179 by renovate (#21930) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/jellyfin/jellyfin | minor | `10.8.13` -> `10.9.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/jellyfin/Chart.yaml | 8 ++++---- charts/stable/jellyfin/values.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml index 98bb16bc83e..039a0c9d406 100644 --- a/charts/stable/jellyfin/Chart.yaml +++ b/charts/stable/jellyfin/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 10.8.13 +appVersion: 10.9.0 dependencies: - name: common version: 23.0.0 @@ -24,7 +24,7 @@ keywords: - jellyfin - plex - emby -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,7 +33,7 @@ name: jellyfin sources: - https://github.com/jellyfin/jellyfin - https://github.com/truecharts/charts/tree/master/charts/stable/jellyfin - - https://hub.docker.com/r/alpine/socat - https://hub.docker.com/r/jellyfin/jellyfin + - https://hub.docker.com/r/alpine/socat type: application -version: 19.0.6 +version: 19.1.0 diff --git a/charts/stable/jellyfin/values.yaml b/charts/stable/jellyfin/values.yaml index 0457da96998..df0f4801530 100644 --- a/charts/stable/jellyfin/values.yaml +++ b/charts/stable/jellyfin/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/jellyfin/jellyfin pullPolicy: IfNotPresent - tag: 10.8.13@sha256:05a9734d7e83086b957c5b7a16cbb5a60b5bb8d113ffb953e57547359dd05140 + tag: 10.9.0@sha256:e2f9179a8e55f131a134ea100b0191b7c938558d4803295d22281151383ea7c7 broadcastProxyImage: repository: docker.io/alpine/socat pullPolicy: IfNotPresent