chore(deps): update container image jorenn92/maintainerr to v2.1.2@afca11e by renovate (#26328)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr)
| patch | `2.1.1` -> `2.1.2` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary>
###
[`v2.1.2`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#212-2024-09-13)
[Compare
Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.1.1...v2.1.2)
##### Bug Fixes
- Fixed the 'Viewed by' rule for the server owner for movies. This was
already fixed for TV shows in 2.1.1
([#​1266](https://redirect.github.com/jorenn92/Maintainerr/issues/1266))
([a41e8ab](a41e8ab476
))
</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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny4zIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
3b1a07ccd9
commit
53775ce8b1
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.1.1
|
||||
appVersion: 2.1.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.1.15
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||
type: application
|
||||
version: 4.2.1
|
||||
version: 4.2.2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.1@sha256:1552a72b220988217c775d68995685efaf6b22dc6d94e2f5984a5a7d335cfa91
|
||||
tag: 2.1.2@sha256:afca11e4a134211b8ff49047e43ed34f887f7f3bd176be0ec475e7d141589384
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
|
Loading…
Reference in New Issue