Files
helm-charts/jellyfin/Chart.yaml
T
sha 0e727ff2a8 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.
2026-06-19 01:01:07 +03:00

9 lines
259 B
YAML

apiVersion: v2
name: jellyfin
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: 0.1.21
appVersion: "v10.11.11"