mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
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:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user