feat: Implement automated Helm chart version updates using a GitHub Actions workflow, a new script, and Chart.yaml annotations.

This commit is contained in:
sha
2026-03-16 01:46:44 +02:00
parent 644bec91b4
commit 58598accaa
2 changed files with 109 additions and 0 deletions
+3
View File
@@ -2,5 +2,8 @@ apiVersion: v2
name: jellyfin
description: A Helm chart for Jellyfin media server with Postgres support
type: application
annotations:
version-source: github-release:jellyfin/jellyfin
version-pattern: "s|^v||"
version: 0.1.9
appVersion: "10.11.6"