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:
+2
-3
@@ -4,6 +4,5 @@ description: A Helm chart for Jellyfin media server with Postgres support
|
|||||||
type: application
|
type: application
|
||||||
annotations:
|
annotations:
|
||||||
version-source: ghcr-tags:rogly-net/jellyfin-postgresql:^v[0-9]+\.[0-9]+\.[0-9]+$
|
version-source: ghcr-tags:rogly-net/jellyfin-postgresql:^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||||
version-pattern: "s|^v||"
|
version: 0.1.21
|
||||||
version: 0.1.20
|
appVersion: "v10.11.11"
|
||||||
appVersion: "10.11.11"
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ image:
|
|||||||
repository: ghcr.io/rogly-net/jellyfin-postgresql
|
repository: ghcr.io/rogly-net/jellyfin-postgresql
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "10.11.11"
|
tag: "v10.11.11"
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
fullnameOverride: ""
|
fullnameOverride: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user