mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 19:31:23 -03:00
chore(helm): update image docker.io/fallenbagel/jellyseerr 2.5.1 → 2.5.2 (#34002)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/fallenbagel/jellyseerr](https://redirect.github.com/fallenbagel/jellyseerr) | patch | `52ca0b1` -> `2a61136` | --- > [!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 (docker.io/fallenbagel/jellyseerr)</summary> ### [`v2.5.2`](https://redirect.github.com/fallenbagel/jellyseerr/releases/tag/v2.5.2) [Compare Source](https://redirect.github.com/fallenbagel/jellyseerr/compare/v2.5.1...v2.5.2) ##### Bug Fixes - **auth:** Bitwarden autofill fix on local/Jellyfin login (2) ([#​1487](https://redirect.github.com/fallenbagel/jellyseerr/issues/1487)) ([85bbc85](85bbc85714)) - **avatar:** fix avatar cache busting by using avatarVersion ([#​1537](https://redirect.github.com/fallenbagel/jellyseerr/issues/1537)) ([29034b3](29034b350d)) - correct "Remove from \*arr" button ([#​1544](https://redirect.github.com/fallenbagel/jellyseerr/issues/1544)) ([8dc1d81](8dc1d8196c)), closes [#​1476](https://redirect.github.com/fallenbagel/jellyseerr/issues/1476) [#​1494](https://redirect.github.com/fallenbagel/jellyseerr/issues/1494) - **helm:** apply annotations to pvc ([#​1489](https://redirect.github.com/fallenbagel/jellyseerr/issues/1489)) ([e5ab847](e5ab847547)) - **jellyfin:** ensure deviceID is never empty ([#​1538](https://redirect.github.com/fallenbagel/jellyseerr/issues/1538)) ([7438042](7438042757)) - **job:** handle media removal for 4k on the same server ([#​1543](https://redirect.github.com/fallenbagel/jellyseerr/issues/1543)) ([63dc27d](63dc27d400)) - **job:** rename Plex Sync to Jellyfin Sync ([#​1549](https://redirect.github.com/fallenbagel/jellyseerr/issues/1549)) ([2f6be95](2f6be955b5)) - **migrations:** add missing Postgres migration and fix SQLite migration ([#​1532](https://redirect.github.com/fallenbagel/jellyseerr/issues/1532)) ([0b0b76e](0b0b76e58c)), closes [#​1466](https://redirect.github.com/fallenbagel/jellyseerr/issues/1466) - **ui:** handle import-from-plex response as array ([#​1510](https://redirect.github.com/fallenbagel/jellyseerr/issues/1510)) ([4cd02ba](4cd02babba)) - **ui:** resolve discover language dropdown overlap ([#​1497](https://redirect.github.com/fallenbagel/jellyseerr/issues/1497)) ([f5b3a52](f5b3a526cb)), closes [#​1475](https://redirect.github.com/fallenbagel/jellyseerr/issues/1475) *** This release is also available on: - `v2.5.2` </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjIzMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.5.1
|
||||
appVersion: 2.5.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
||||
type: application
|
||||
version: 12.7.1
|
||||
version: 12.7.2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/fallenbagel/jellyseerr
|
||||
tag: 2.5.1@sha256:52ca0b18c58ec4e769b8acae9beaae37a520a365c7ead52b7fc3ba1c3352d1f0
|
||||
tag: 2.5.2@sha256:2a611369ad1d0d501c2d051fc89b6246ff081fb4a30879fdc75642cf6a37b1a6
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user