chore(helm): update image ghcr.io/fallenbagel/jellyseerr 2.6.0 → 2.7.0 (#36485)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fallenbagel/jellyseerr](https://redirect.github.com/fallenbagel/jellyseerr) | minor | `8f32003` -> `3ec2ce9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>fallenbagel/jellyseerr (ghcr.io/fallenbagel/jellyseerr)</summary> ### [`v2.7.0`](https://redirect.github.com/fallenbagel/jellyseerr/releases/tag/v2.7.0) [Compare Source](https://redirect.github.com/fallenbagel/jellyseerr/compare/v2.6.0...v2.7.0) ##### Bug Fixes - **blacklist:** hide items from MediaSliders when hideBlacklisted is enabled ([#​1713](https://redirect.github.com/fallenbagel/jellyseerr/issues/1713)) ([d4a6cb2](https://redirect.github.com/fallenbagel/jellyseerr/commit/d4a6cb268a33d96c03f1f76c207b5597e4eae6e7)) - correct typing issue ([#​1715](https://redirect.github.com/fallenbagel/jellyseerr/issues/1715)) ([bb95c70](https://redirect.github.com/fallenbagel/jellyseerr/commit/bb95c7009faaf22103c1c8e84e3403823377ce0f)) - **jellyfin:** use the same deviceId for admins ([#​1710](https://redirect.github.com/fallenbagel/jellyseerr/issues/1710)) ([c7284f4](https://redirect.github.com/fallenbagel/jellyseerr/commit/c7284f473c43634b3a324f3b11a9a60990b3c0da)) - **proxy:** apply http proxy settings to axios ([#​1716](https://redirect.github.com/fallenbagel/jellyseerr/issues/1716)) ([7c969f4](https://redirect.github.com/fallenbagel/jellyseerr/commit/7c969f4235aa052234084c3cb951d485c6fff9cd)) - redirect the 'Request' button to the right page ([#​1711](https://redirect.github.com/fallenbagel/jellyseerr/issues/1711)) ([9cb7e14](https://redirect.github.com/fallenbagel/jellyseerr/commit/9cb7e1495ab2860cea614d10f6f7b62cf77b4def)), closes [#​1588](https://redirect.github.com/fallenbagel/jellyseerr/issues/1588) - **settings:** add a tip for youtube URL setting ([#​1714](https://redirect.github.com/fallenbagel/jellyseerr/issues/1714)) ([fb8677f](https://redirect.github.com/fallenbagel/jellyseerr/commit/fb8677f29cfe2a7f0e0c465a1a742be119517886)) ##### Features - add force ipv4 first setting ([#​1719](https://redirect.github.com/fallenbagel/jellyseerr/issues/1719)) ([0357d17](https://redirect.github.com/fallenbagel/jellyseerr/commit/0357d172058ceda7d49a0c18c13009e0031e034d)) *** This release is also available on: - `v2.7.0` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.6.0
|
||||
appVersion: 2.7.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/Fallenbagel/jellyseerr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||
type: application
|
||||
version: 12.8.0
|
||||
version: 12.9.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/fallenbagel/jellyseerr
|
||||
tag: 2.6.0@sha256:8f320036d937d84c385ea5800f87d69ba16ec4d3770fccf6cad803b5e8d66a52
|
||||
tag: 2.7.0@sha256:3ec2ce92445719ea1e610b3e758da20cd317c8e1028fc810d001b1370a339226
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user