f310889f5f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jorenn92/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | minor | `bf50fe2` -> `156e7cb` | --- > [!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>Maintainerr/Maintainerr (docker.io/jorenn92/maintainerr)</summary> ### [`v2.20.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#2200-2025-10-27) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v2.19.0...v2.20.0) ##### Bug Fixes - Improve email rendering ([#​1968](https://redirect.github.com/maintainerr/Maintainerr/issues/1968)) ([f2cfcb9](https://redirect.github.com/maintainerr/Maintainerr/commit/f2cfcb90be2b77247c47b33acf4407d404163843)) ##### Features - Add Sonarr & Radarr audio languages rule options ([#​1886](https://redirect.github.com/maintainerr/Maintainerr/issues/1886)) ([60f1756](https://redirect.github.com/maintainerr/Maintainerr/commit/60f1756963236e74f3ca8a47868268080f609220)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
24 lines
440 B
YAML
24 lines
440 B
YAML
image:
|
|
repository: docker.io/jorenn92/maintainerr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.20.0@sha256:156e7cb70f508d2e45d4da499254528623f7b7e514198befbac71b32bedd3aff
|
|
|
|
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"
|