Update Helm release jellyfin to v3 #54

Merged
djpbessems merged 2 commits from renovate/jellyfin-3.x into master 2026-09-15 00:23:14 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
jellyfin (source) major 2.7.03.2.0

Release Notes

jellyfin/jellyfin-helm (jellyfin)

v3.2.0

Compare Source

Jellyfin Helm Chart v3.2.0

Application Version: 10.11.8

What's Changed

  • 📝 Changed: Fix NOTES.txt templating for Gateway API host/path rendering and remove redundant conditional
  • ⚠️ Deprecated: Deprecate initContainers parameter in favor of extraInitContainers for consistency (will be removed after 2030)
  • 🐛 Fixed: Fix extraInitContainers not working (was using wrong parameter name in template)
  • Added: Add troubleshooting documentation for inotify instance limits with workaround example
  • Added: Add support for Gateway API HTTPRoute resource
  • Added: Add envFrom support to load environment variables from ConfigMap or Secret
  • Added: Add NOTES.txt with helpful post-installation information and deprecation warnings
  • Added: Add startup probe to prevent pod restarts during slow initial startup with large media libraries
  • Added: Add persistence.cache configuration for dedicated cache volume support
  • Added: Add comprehensive IPv6 and dual-stack networking documentation
  • Added: Add revisionHistoryLimit parameter to control rollback history retention (defaults to 3 instead of Kubernetes default 10)
  • 🔄 Changed: Improve health probe configuration examples for IPv6 compatibility

Installation

Add the Jellyfin Helm repository:

helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm
helm repo update

Install the chart:

helm install my-jellyfin jellyfin/jellyfin --version 3.2.0

Upgrade

helm upgrade my-jellyfin jellyfin/jellyfin --version 3.2.0

📦 Chart: jellyfin v3.2.0
🎬 Jellyfin: v10.11.8
📖 Documentation: https://github.com/jellyfin/jellyfin-helm/blob/main/charts/jellyfin/README.md

v3.1.0

Compare Source

Jellyfin Helm Chart v3.1.0

Application Version: 3.1.0

What's Changed

  • 📝 Changed: Fix NOTES.txt templating for Gateway API host/path rendering and remove redundant conditional
  • ⚠️ Deprecated: Deprecate initContainers parameter in favor of extraInitContainers for consistency (will be removed after 2030)
  • 🐛 Fixed: Fix extraInitContainers not working (was using wrong parameter name in template)
  • Added: Add troubleshooting documentation for inotify instance limits with workaround example
  • Added: Add support for Gateway API HTTPRoute resource
  • Added: Add envFrom support to load environment variables from ConfigMap or Secret
  • Added: Add NOTES.txt with helpful post-installation information and deprecation warnings
  • Added: Add startup probe to prevent pod restarts during slow initial startup with large media libraries
  • Added: Add persistence.cache configuration for dedicated cache volume support
  • Added: Add comprehensive IPv6 and dual-stack networking documentation
  • Added: Add revisionHistoryLimit parameter to control rollback history retention (defaults to 3 instead of Kubernetes default 10)
  • 🔄 Changed: Improve health probe configuration examples for IPv6 compatibility

Installation

Add the Jellyfin Helm repository:

helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm
helm repo update

Install the chart:

helm install my-jellyfin jellyfin/jellyfin --version 3.1.0

Upgrade

helm upgrade my-jellyfin jellyfin/jellyfin --version 3.1.0

📦 Chart: jellyfin v3.1.0
🎬 Jellyfin: v3.1.0
📖 Documentation: https://github.com/jellyfin/jellyfin-helm/blob/main/charts/jellyfin/README.md

v3.0.0

Compare Source

Jellyfin Helm Chart v3.0.0

Application Version: 10.11.7

What's Changed

  • ⚠️ Deprecated: Deprecate initContainers parameter in favor of extraInitContainers for consistency (will be removed after 2030)
  • 🐛 Fixed: Fix extraInitContainers not working (was using wrong parameter name in template)
  • Added: Add troubleshooting documentation for inotify instance limits with workaround example
  • Added: Add support for Gateway API HTTPRoute resource
  • Added: Add envFrom support to load environment variables from ConfigMap or Secret
  • Added: Add NOTES.txt with helpful post-installation information and deprecation warnings
  • Added: Add startup probe to prevent pod restarts during slow initial startup with large media libraries
  • Added: Add persistence.cache configuration for dedicated cache volume support
  • Added: Add comprehensive IPv6 and dual-stack networking documentation
  • Added: Add revisionHistoryLimit parameter to control rollback history retention (defaults to 3 instead of Kubernetes default 10)
  • 🔄 Changed: Improve health probe configuration examples for IPv6 compatibility

Installation

Add the Jellyfin Helm repository:

helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm
helm repo update

Install the chart:

helm install my-jellyfin jellyfin/jellyfin --version 3.0.0

Upgrade

helm upgrade my-jellyfin jellyfin/jellyfin --version 3.0.0

📦 Chart: jellyfin v3.0.0
🎬 Jellyfin: v10.11.7
📖 Documentation: https://github.com/jellyfin/jellyfin-helm/blob/main/charts/jellyfin/README.md


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jellyfin](https://jellyfin.org/) ([source](https://github.com/jellyfin/jellyfin-helm)) | major | `2.7.0` → `3.2.0` | --- ### Release Notes <details> <summary>jellyfin/jellyfin-helm (jellyfin)</summary> ### [`v3.2.0`](https://github.com/jellyfin/jellyfin-helm/releases/tag/jellyfin-3.2.0) [Compare Source](https://github.com/jellyfin/jellyfin-helm/compare/jellyfin-3.1.0...jellyfin-3.2.0) #### Jellyfin Helm Chart v3.2.0 **Application Version**: `10.11.8` #### What's Changed - 📝 **Changed**: Fix NOTES.txt templating for Gateway API host/path rendering and remove redundant conditional - ⚠️ **Deprecated**: Deprecate initContainers parameter in favor of extraInitContainers for consistency (will be removed after 2030) - 🐛 **Fixed**: Fix extraInitContainers not working (was using wrong parameter name in template) - ✨ **Added**: Add troubleshooting documentation for inotify instance limits with workaround example - ✨ **Added**: Add support for Gateway API HTTPRoute resource - ✨ **Added**: Add envFrom support to load environment variables from ConfigMap or Secret - ✨ **Added**: Add NOTES.txt with helpful post-installation information and deprecation warnings - ✨ **Added**: Add startup probe to prevent pod restarts during slow initial startup with large media libraries - ✨ **Added**: Add persistence.cache configuration for dedicated cache volume support - ✨ **Added**: Add comprehensive IPv6 and dual-stack networking documentation - ✨ **Added**: Add revisionHistoryLimit parameter to control rollback history retention (defaults to 3 instead of Kubernetes default 10) - 🔄 **Changed**: Improve health probe configuration examples for IPv6 compatibility #### Installation Add the Jellyfin Helm repository: ```bash helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm helm repo update ``` Install the chart: ```bash helm install my-jellyfin jellyfin/jellyfin --version 3.2.0 ``` #### Upgrade ```bash helm upgrade my-jellyfin jellyfin/jellyfin --version 3.2.0 ``` *** 📦 **Chart**: `jellyfin` v3.2.0 🎬 **Jellyfin**: v10.11.8 📖 **Documentation**: <https://github.com/jellyfin/jellyfin-helm/blob/main/charts/jellyfin/README.md> ### [`v3.1.0`](https://github.com/jellyfin/jellyfin-helm/releases/tag/jellyfin-3.1.0) [Compare Source](https://github.com/jellyfin/jellyfin-helm/compare/jellyfin-3.0.0...jellyfin-3.1.0) #### Jellyfin Helm Chart v3.1.0 **Application Version**: `3.1.0` #### What's Changed - 📝 **Changed**: Fix NOTES.txt templating for Gateway API host/path rendering and remove redundant conditional - ⚠️ **Deprecated**: Deprecate initContainers parameter in favor of extraInitContainers for consistency (will be removed after 2030) - 🐛 **Fixed**: Fix extraInitContainers not working (was using wrong parameter name in template) - ✨ **Added**: Add troubleshooting documentation for inotify instance limits with workaround example - ✨ **Added**: Add support for Gateway API HTTPRoute resource - ✨ **Added**: Add envFrom support to load environment variables from ConfigMap or Secret - ✨ **Added**: Add NOTES.txt with helpful post-installation information and deprecation warnings - ✨ **Added**: Add startup probe to prevent pod restarts during slow initial startup with large media libraries - ✨ **Added**: Add persistence.cache configuration for dedicated cache volume support - ✨ **Added**: Add comprehensive IPv6 and dual-stack networking documentation - ✨ **Added**: Add revisionHistoryLimit parameter to control rollback history retention (defaults to 3 instead of Kubernetes default 10) - 🔄 **Changed**: Improve health probe configuration examples for IPv6 compatibility #### Installation Add the Jellyfin Helm repository: ```bash helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm helm repo update ``` Install the chart: ```bash helm install my-jellyfin jellyfin/jellyfin --version 3.1.0 ``` #### Upgrade ```bash helm upgrade my-jellyfin jellyfin/jellyfin --version 3.1.0 ``` *** 📦 **Chart**: `jellyfin` v3.1.0 🎬 **Jellyfin**: v3.1.0 📖 **Documentation**: <https://github.com/jellyfin/jellyfin-helm/blob/main/charts/jellyfin/README.md> ### [`v3.0.0`](https://github.com/jellyfin/jellyfin-helm/releases/tag/jellyfin-3.0.0) [Compare Source](https://github.com/jellyfin/jellyfin-helm/compare/jellyfin-2.7.0...jellyfin-3.0.0) #### Jellyfin Helm Chart v3.0.0 **Application Version**: `10.11.7` #### What's Changed - ⚠️ **Deprecated**: Deprecate initContainers parameter in favor of extraInitContainers for consistency (will be removed after 2030) - 🐛 **Fixed**: Fix extraInitContainers not working (was using wrong parameter name in template) - ✨ **Added**: Add troubleshooting documentation for inotify instance limits with workaround example - ✨ **Added**: Add support for Gateway API HTTPRoute resource - ✨ **Added**: Add envFrom support to load environment variables from ConfigMap or Secret - ✨ **Added**: Add NOTES.txt with helpful post-installation information and deprecation warnings - ✨ **Added**: Add startup probe to prevent pod restarts during slow initial startup with large media libraries - ✨ **Added**: Add persistence.cache configuration for dedicated cache volume support - ✨ **Added**: Add comprehensive IPv6 and dual-stack networking documentation - ✨ **Added**: Add revisionHistoryLimit parameter to control rollback history retention (defaults to 3 instead of Kubernetes default 10) - 🔄 **Changed**: Improve health probe configuration examples for IPv6 compatibility #### Installation Add the Jellyfin Helm repository: ```bash helm repo add jellyfin https://jellyfin.github.io/jellyfin-helm helm repo update ``` Install the chart: ```bash helm install my-jellyfin jellyfin/jellyfin --version 3.0.0 ``` #### Upgrade ```bash helm upgrade my-jellyfin jellyfin/jellyfin --version 3.0.0 ``` *** 📦 **Chart**: `jellyfin` v3.0.0 🎬 **Jellyfin**: v10.11.7 📖 **Documentation**: <https://github.com/jellyfin/jellyfin-helm/blob/main/charts/jellyfin/README.md> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC43Ny4wIiwidXBkYXRlZEluVmVyIjoiNDQuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
srv.renovate added 1 commit 2026-09-15 00:03:50 +00:00
djpbessems was assigned by srv.renovate 2026-09-15 00:03:50 +00:00
djpbessems added 1 commit 2026-09-15 00:23:01 +00:00
djpbessems merged commit 6006113dd5 into master 2026-09-15 00:23:14 +00:00
djpbessems deleted branch renovate/jellyfin-3.x 2026-09-15 00:23:15 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: djpbessems/Kubernetes.K3s.installLog#54