2cd0fb17ff
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](https://redirect.github.com/jorenn92/Maintainerr/commit/702fc17feeae9dcc40b625c0710b9478158a182f)) - force reset Overseerr throwing exception ([#​1699](https://redirect.github.com/jorenn92/Maintainerr/issues/1699)) ([c74416f](https://redirect.github.com/jorenn92/Maintainerr/commit/c74416fa702d6268fde3a77ed9a5df1306d513a1)) - Reintroduce episode # in media card ([#​1688](https://redirect.github.com/jorenn92/Maintainerr/issues/1688)) ([b25159d](https://redirect.github.com/jorenn92/Maintainerr/commit/b25159d7a846a81bb68e5e777739edf8ca19f3b6)) - Restrict Test Media to the collection's library ([#​1693](https://redirect.github.com/jorenn92/Maintainerr/issues/1693)) ([c254d93](https://redirect.github.com/jorenn92/Maintainerr/commit/c254d931d75dc2fc8862db394cafb11b5bf0ed1e)) - stop returning music libraries ([#​1695](https://redirect.github.com/jorenn92/Maintainerr/issues/1695)) ([7202890](https://redirect.github.com/jorenn92/Maintainerr/commit/7202890181827d26f2536e7525df07b912799451)) - Unable to save rules with 'Bigger' actions ([#​1697](https://redirect.github.com/jorenn92/Maintainerr/issues/1697)) ([920a86b](https://redirect.github.com/jorenn92/Maintainerr/commit/920a86b1df41c35de073f1dbace6ecb4189d5797)) ##### Features - Add episode number & file path rules ([#​1673](https://redirect.github.com/jorenn92/Maintainerr/issues/1673)) ([6b3e4c9](https://redirect.github.com/jorenn92/Maintainerr/commit/6b3e4c90bf4cd2a76bd993782917a346c2001b21)) - Add rule & collection job status indicators ([#​1659](https://redirect.github.com/jorenn92/Maintainerr/issues/1659)) ([aebf3ae](https://redirect.github.com/jorenn92/Maintainerr/commit/aebf3ae40befcee0e83796d797c979ca96ab5174)) #### [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](https://redirect.github.com/jorenn92/Maintainerr/commit/658860f523782e6d223320557d40ee106e132329)) </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=-->
24 lines
440 B
YAML
24 lines
440 B
YAML
image:
|
|
repository: docker.io/jorenn92/maintainerr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.14.0@sha256:61ed94bec0ea71b6b289b45ee82acc2c5d94b954026e6cbb1d5262aad6811b59
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 6246
|
|
port: 6246
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/opt/data"
|