Files
helm-charts/jellyfin/Chart.yaml
T
shaandClaude Sonnet 4.6 132ef9d020 fix(jellyfin): downgrade to v10.11.10, exclude v10.11.11 from auto-update
v10.11.11 has a broken UpdateNormalizedUsername migration that queries
a column that was never added to the schema. Pin to v10.11.10 and add
version-exclude support to the update script so the daily bot skips
the broken version until upstream fixes it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 01:14:02 +03:00

10 lines
290 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-exclude: "v10.11.11"
version: 0.1.22
appVersion: "v10.11.10"