mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
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.
9 lines
259 B
YAML
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"
|