mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 13:21:22 -03:00
chore(helm): update image ghcr.io/fallenbagel/jellyseerr 2.7.0 → 2.7.2 (#37650)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fallenbagel/jellyseerr](https://redirect.github.com/fallenbagel/jellyseerr) | patch | `3ec2ce9` -> `d83fcc8` | 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.2`](https://redirect.github.com/fallenbagel/jellyseerr/releases/tag/v2.7.2) [Compare Source](https://redirect.github.com/fallenbagel/jellyseerr/compare/v2.7.1...v2.7.2) ##### Bug Fixes - **proxy:** modify the registration of the axios interceptors ([#​1791](https://redirect.github.com/fallenbagel/jellyseerr/issues/1791)) ([75a7279](75a7279ea2)), closes [#​1787](https://redirect.github.com/fallenbagel/jellyseerr/issues/1787) *** This release is also available on: - `v2.7.2` ### [`v2.7.1`](https://redirect.github.com/fallenbagel/jellyseerr/releases/tag/v2.7.1) [Compare Source](https://redirect.github.com/fallenbagel/jellyseerr/compare/v2.7.0...v2.7.1) ##### Bug Fixes - allow setting IPv6 as an IP address in hostname field ([#​1782](https://redirect.github.com/fallenbagel/jellyseerr/issues/1782)) ([844b1ab](844b1abad9)) - **gotify:** notifications blocked when priority set to 0 ([#​1763](https://redirect.github.com/fallenbagel/jellyseerr/issues/1763)) ([8c43db2](8c43db2abf)) - **proxy:** apply all proxy settings to Axios ([#​1741](https://redirect.github.com/fallenbagel/jellyseerr/issues/1741)) ([b83367c](b83367cbf2)) - remove LunaSea ([#​1759](https://redirect.github.com/fallenbagel/jellyseerr/issues/1759)) ([510108f](510108f9bb)), closes [#​1756](https://redirect.github.com/fallenbagel/jellyseerr/issues/1756) *** This release is also available on: - `v2.7.1` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
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.7.0
|
||||
appVersion: 2.7.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.13.0
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/Fallenbagel/jellyseerr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||
type: application
|
||||
version: 13.1.0
|
||||
version: 13.1.1
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/fallenbagel/jellyseerr
|
||||
tag: 2.7.0@sha256:3ec2ce92445719ea1e610b3e758da20cd317c8e1028fc810d001b1370a339226
|
||||
tag: 2.7.2@sha256:d83fcc8478f53073008b0c452c87d94ff5182fce73c426c813301c402b6612de
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user