fix(jellyfin): use v-prefixed tag to match actual ghcr.io tags

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.
This commit is contained in:
sha
2026-06-19 01:01:07 +03:00
parent b690f2c63a
commit 0e727ff2a8
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -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: ""