chore(deps): update helm release jellyfin to v3.2.0 #98

Merged
williamp merged 1 commits from renovate/jellyfin-3.x into main 2026-04-08 18:18:53 +00:00
Member

This PR contains the following updates:

Package Update Change
jellyfin (source) minor 3.0.0 -> 3.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


Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jellyfin](https://jellyfin.org/) ([source](https://github.com/jellyfin/jellyfin-helm)) | minor | `3.0.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 </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNC42IiwidXBkYXRlZEluVmVyIjoiNDAuMTQuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-04-08 18:00:21 +00:00
williamp merged commit acb664318e into main 2026-04-08 18:18:53 +00:00
williamp deleted branch renovate/jellyfin-3.x 2026-04-08 18:18:53 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: infrastructure/core-apps#98