chore(helm): update image ghcr.io/fallenbagel/jellyseerr 2.7.2 → 2.7.3 (#38432)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fallenbagel/jellyseerr](https://redirect.github.com/fallenbagel/jellyseerr) | patch | `d83fcc8` -> `9cc9e9e` | --- > [!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.3`](https://redirect.github.com/fallenbagel/jellyseerr/releases/tag/v2.7.3) [Compare Source](https://redirect.github.com/fallenbagel/jellyseerr/compare/v2.7.2...v2.7.3) ##### Bug Fixes - **api:** add missing user settings' api docs ([#​1820](https://redirect.github.com/fallenbagel/jellyseerr/issues/1820)) ([e52c631](https://redirect.github.com/fallenbagel/jellyseerr/commit/e52c63164fcf0fa1d35b61e4a9dedfae92764bdd)) - **api:** make username field nullable in UserSettings API schema ([#​1835](https://redirect.github.com/fallenbagel/jellyseerr/issues/1835)) ([c86ee0d](https://redirect.github.com/fallenbagel/jellyseerr/commit/c86ee0ddb1b1e24c296a2935aa964e7e2fb2b905)) - **api:** update Plex Watchlist URL ([#​1847](https://redirect.github.com/fallenbagel/jellyseerr/issues/1847)) ([17d4f13](https://redirect.github.com/fallenbagel/jellyseerr/commit/17d4f13afe389a9d0edd6eaa9a0728380a80d892)) - **blacklist:** handle invalid keywords gracefully ([#​1815](https://redirect.github.com/fallenbagel/jellyseerr/issues/1815)) ([ca16864](https://redirect.github.com/fallenbagel/jellyseerr/commit/ca1686425bcd34b05ebd3aa0b52ae939d2becc9d)) - **MediaRequestSubscriber:** use event manager to get fresh media state for MEDIA\_AVAILABLE notifications ([#​1825](https://redirect.github.com/fallenbagel/jellyseerr/issues/1825)) ([3292f11](https://redirect.github.com/fallenbagel/jellyseerr/commit/3292f113081cf83aa01d522c9d19c3b5ce0e281a)) - **media:** update delete media file logic to include is4k parameter ([#​1832](https://redirect.github.com/fallenbagel/jellyseerr/issues/1832)) ([e02ee24](https://redirect.github.com/fallenbagel/jellyseerr/commit/e02ee24f70bae47731ddf445057703ce273b42ef)) - **proxy:** initialize image proxies after the proxy is set up ([#​1794](https://redirect.github.com/fallenbagel/jellyseerr/issues/1794)) ([e98f31e](https://redirect.github.com/fallenbagel/jellyseerr/commit/e98f31e66cd2c9836a24169be0b3446d0923d9f9)), closes [#​1787](https://redirect.github.com/fallenbagel/jellyseerr/issues/1787) *** This release is also available on: - `v2.7.3` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.14"
|
truecharts.org/min_helm_version: "3.14"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.7.2
|
appVersion: 2.7.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.16.0
|
version: 28.16.0
|
||||||
@@ -35,5 +35,5 @@ sources:
|
|||||||
- https://github.com/Fallenbagel/jellyseerr
|
- https://github.com/Fallenbagel/jellyseerr
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||||
type: application
|
type: application
|
||||||
version: 13.3.0
|
version: 13.3.1
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
image:
|
image:
|
||||||
repository: ghcr.io/fallenbagel/jellyseerr
|
repository: ghcr.io/fallenbagel/jellyseerr
|
||||||
tag: 2.7.2@sha256:d83fcc8478f53073008b0c452c87d94ff5182fce73c426c813301c402b6612de
|
tag: 2.7.3@sha256:9cc9e9ee6cd5cf5a23feb45c37742ba34cfd6314d81d259cddb373a97ac92cdd
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
|||||||
Reference in New Issue
Block a user