This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/jorenn92/Maintainerr) | minor | `861fa79` -> `d070076` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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.17.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2170-2025-05-29) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.16.0...v2.17.0) ##### Bug Fixes - Incorrect sectionResults operator ([#​1805](https://redirect.github.com/jorenn92/Maintainerr/issues/1805)) ([4c97819](https://redirect.github.com/jorenn92/Maintainerr/commit/4c97819ae31f807425b497fbcb96941168b3c398)) - prepend missing basePath occurences ([#​1806](https://redirect.github.com/jorenn92/Maintainerr/issues/1806)) ([3e13645](https://redirect.github.com/jorenn92/Maintainerr/commit/3e13645fa505ad81a7b9cbbbe8627c82fdcc0d24)) - Prevent undefined base path appearing in path ([#​1807](https://redirect.github.com/jorenn92/Maintainerr/issues/1807)) ([e8b8815](https://redirect.github.com/jorenn92/Maintainerr/commit/e8b8815ec40abff0e07f21672f938526a82ef51b)) ##### Features - Add additional \*arr quality profile rules ([#​1743](https://redirect.github.com/jorenn92/Maintainerr/issues/1743)) ([beb326a](https://redirect.github.com/jorenn92/Maintainerr/commit/beb326a47a13f480ab858e1a7a0c178f474425af)) ### [`v2.16.0`](https://redirect.github.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#2160-2025-05-28) [Compare Source](https://redirect.github.com/jorenn92/Maintainerr/compare/v2.15.0...v2.16.0) ##### Bug Fixes - Rule groups not in consistent order ([#​1787](https://redirect.github.com/jorenn92/Maintainerr/issues/1787)) ([fe5c0d2](https://redirect.github.com/jorenn92/Maintainerr/commit/fe5c0d286406cf7e5fb13a6725be2b06f54bc5c0)) - Tautulli settings not updating until restart ([#​1804](https://redirect.github.com/jorenn92/Maintainerr/issues/1804)) ([ddae9d3](https://redirect.github.com/jorenn92/Maintainerr/commit/ddae9d3fd4b6932bb56662c1dea79597ccb9ec13)) - Test media failing due to missing AbortSignal ([#​1802](https://redirect.github.com/jorenn92/Maintainerr/issues/1802)) ([3d088b0](https://redirect.github.com/jorenn92/Maintainerr/commit/3d088b0de1445b5de7055f30673aaf36a8ba6826)) ##### Features - Request stop of running rules ([#​1735](https://redirect.github.com/jorenn92/Maintainerr/issues/1735)) ([7a08d94](https://redirect.github.com/jorenn92/Maintainerr/commit/7a08d94f490abbe4bfd68d66ed29a5c35aa5ba10)) - Save rule results against collection log ([#​1777](https://redirect.github.com/jorenn92/Maintainerr/issues/1777)) ([f379b39](https://redirect.github.com/jorenn92/Maintainerr/commit/f379b39bb8df4009eb0b5cae5374aee904310fe2)) </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.17.0@sha256:d0700764e30cfb6c10b3e13c555427f931f2193c57effa3938458f146da504df
|
|
|
|
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"
|