From 0e727ff2a88bce6e926cd9e3aff842fdf86a7f18 Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 19 Jun 2026 01:01:01 +0300 Subject: [PATCH] fix(jellyfin): use v-prefixed tag to match actual ghcr.io tags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Image tags are v10.11.x not 10.11.x — the version-pattern stripping v caused the pulled tag to not exist. Drop version-pattern and keep v prefix in both appVersion and image.tag so hs node can pull the image again. --- jellyfin/Chart.yaml | 5 ++--- jellyfin/values.yaml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index 8b9f9fc..4945ae8 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -4,6 +4,5 @@ description: A Helm chart for Jellyfin media server with Postgres support type: application annotations: version-source: ghcr-tags:rogly-net/jellyfin-postgresql:^v[0-9]+\.[0-9]+\.[0-9]+$ - version-pattern: "s|^v||" -version: 0.1.20 -appVersion: "10.11.11" +version: 0.1.21 +appVersion: "v10.11.11" diff --git a/jellyfin/values.yaml b/jellyfin/values.yaml index 5f8c119..cc5d662 100644 --- a/jellyfin/values.yaml +++ b/jellyfin/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/rogly-net/jellyfin-postgresql pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "10.11.11" + tag: "v10.11.11" nameOverride: "" fullnameOverride: ""