mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 15:24:03 -03:00
chore(helm): update image docker.io/jorenn92/maintainerr 2.13.1 → 2.14.0 (#34451)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `ae7ea64` -> `61ed94b` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jorenn92/Maintainerr (docker.io/jorenn92/maintainerr)</summary> ### [`v2.14.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2140-2025-04-15) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.13.1...v2.14.0) ##### Bug Fixes - Ensure signals are passed down to the apps ([#​1680](https://redirect.github.com/jorenn92/Maintainerr/issues/1680)) ([702fc17](702fc17fee)) - force reset Overseerr throwing exception ([#​1699](https://redirect.github.com/jorenn92/Maintainerr/issues/1699)) ([c74416f](c74416fa70)) - Reintroduce episode # in media card ([#​1688](https://redirect.github.com/jorenn92/Maintainerr/issues/1688)) ([b25159d](b25159d7a8)) - Restrict Test Media to the collection's library ([#​1693](https://redirect.github.com/jorenn92/Maintainerr/issues/1693)) ([c254d93](c254d931d7)) - stop returning music libraries ([#​1695](https://redirect.github.com/jorenn92/Maintainerr/issues/1695)) ([7202890](7202890181)) - Unable to save rules with 'Bigger' actions ([#​1697](https://redirect.github.com/jorenn92/Maintainerr/issues/1697)) ([920a86b](920a86b1df)) ##### Features - Add episode number & file path rules ([#​1673](https://redirect.github.com/jorenn92/Maintainerr/issues/1673)) ([6b3e4c9](6b3e4c90bf)) - Add rule & collection job status indicators ([#​1659](https://redirect.github.com/jorenn92/Maintainerr/issues/1659)) ([aebf3ae](aebf3ae40b)) #### [2.13.1](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.13.0...v2.13.1) (2025-04-03) ##### Bug Fixes - list types not showing underlying T type options in ui ([#​1682](https://redirect.github.com/jorenn92/Maintainerr/issues/1682)) ([658860f](658860f523)) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
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.13.1
|
||||
appVersion: 2.14.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -36,5 +36,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||
type: application
|
||||
version: 4.16.0
|
||||
version: 4.17.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.13.1@sha256:ae7ea64ac30f6d295111809c85154640804f7cec03fd36ff91cf52212994e170
|
||||
tag: 2.14.0@sha256:61ed94bec0ea71b6b289b45ee82acc2c5d94b954026e6cbb1d5262aad6811b59
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user