chore(deps): update container image fallenbagel/jellyseerr to v1.9.1@bebe121 by renovate (#23247)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [fallenbagel/jellyseerr](https://togithub.com/Fallenbagel/jellyseerr)
| patch | `1.9.0` -> `1.9.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>Fallenbagel/jellyseerr (fallenbagel/jellyseerr)</summary>
###
[`v1.9.1`](https://togithub.com/Fallenbagel/jellyseerr/blob/HEAD/CHANGELOG.md#191-2020-12-18)
[Compare
Source](https://togithub.com/Fallenbagel/jellyseerr/compare/v1.9.0...v1.9.1)
##### Bug Fixes
- change default internal port to 5055
([#​389](https://togithub.com/sct/overseerr/issues/389))
([5e5ba40](5e5ba40505
))
</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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDYuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
6c8534caf0
commit
9925d02d35
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.9.0
|
||||
appVersion: 1.9.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.1
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/jellyseerr
|
||||
- https://hub.docker.com/r/fallenbagel/jellyseerr
|
||||
type: application
|
||||
version: 11.0.1
|
||||
version: 11.0.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: fallenbagel/jellyseerr
|
||||
tag: 1.9.0@sha256:b74191bbcd9bca67f4569348b0e2827076977a88acd215fb8afdd0471203c273
|
||||
tag: 1.9.1@sha256:bebe12121350a9c773949d3bcb28ab7b2e13f6f86136b4d54786c6c1fdf8fb85
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue