Files
truecharts/charts/stable/maintainerr/values.yaml
T
TrueCharts Bot 6f18205b7b feat(maintainerr): update image docker.io/maintainerr/maintainerr 3.13.0 → 3.14.0 (#48803)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/maintainerr/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr)
| minor | `077060b` → `738e530` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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/maintainerr/maintainerr)</summary>

###
[`v3.14.0`](https://redirect.github.com/Maintainerr/Maintainerr/blob/HEAD/CHANGELOG.md#3140-2026-06-05)

[Compare
Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.13.0...v3.14.0)

#### Highlights

- Added `/api/health` endpoints with liveness and readiness checks for
monitoring and integration with tools like Kubernetes and Docker Compose
([#&#8203;3029](https://redirect.github.com/Maintainerr/Maintainerr/issues/3029)).
- Collection handler now skips media currently being streamed to avoid
disrupting active viewers
([#&#8203;3027](https://redirect.github.com/Maintainerr/Maintainerr/issues/3027)).
- Fixed issue where saving log settings would overwrite an active
`LOG_LEVEL` environment variable override
([#&#8203;3053](https://redirect.github.com/Maintainerr/Maintainerr/issues/3053)).

#### Features

- Added `/api/health` endpoints with liveness and readiness checks
([#&#8203;3029](https://redirect.github.com/Maintainerr/Maintainerr/issues/3029)).
- Collection handler now skips media currently being streamed
([#&#8203;3027](https://redirect.github.com/Maintainerr/Maintainerr/issues/3027)).
- Logging system now honors the `LOG_LEVEL` environment variable on
startup
([#&#8203;3030](https://redirect.github.com/Maintainerr/Maintainerr/issues/3030)).

#### Fixes

- Fixed issue where saving log settings would overwrite an active
`LOG_LEVEL` environment variable override
([#&#8203;3053](https://redirect.github.com/Maintainerr/Maintainerr/issues/3053)).
- Validated webhook URL schemes to prevent invalid or potentially
harmful requests
([#&#8203;3031](https://redirect.github.com/Maintainerr/Maintainerr/issues/3031)).
- Fixed issue where rule groups lost collection links and visibility on
partial updates
([#&#8203;3045](https://redirect.github.com/Maintainerr/Maintainerr/issues/3045),
[#&#8203;3046](https://redirect.github.com/Maintainerr/Maintainerr/issues/3046)).
- Fixed issue with manual collections not being found across libraries
on Jellyfin/Emby
([#&#8203;3026](https://redirect.github.com/Maintainerr/Maintainerr/issues/3026),
[#&#8203;3042](https://redirect.github.com/Maintainerr/Maintainerr/issues/3042)).
- Resolved issue where deleted media remained stuck in Jellyfin/Emby
collections and caused repeated processing errors
([#&#8203;3023](https://redirect.github.com/Maintainerr/Maintainerr/issues/3023),
[#&#8203;3024](https://redirect.github.com/Maintainerr/Maintainerr/issues/3024),
[#&#8203;3040](https://redirect.github.com/Maintainerr/Maintainerr/issues/3040)).
- Fixed issue where Seerr requests for episode rules incorrectly deleted
entire season requests
([#&#8203;3015](https://redirect.github.com/Maintainerr/Maintainerr/issues/3015)).
- Improved error notifications for collection handling failures to
include the name of the failing collection
([#&#8203;3013](https://redirect.github.com/Maintainerr/Maintainerr/issues/3013)).
- Used Radarr bulk exclusions endpoint to avoid duplicate 400 errors
when adding exclusions
([#&#8203;3012](https://redirect.github.com/Maintainerr/Maintainerr/issues/3012)).

#### Performance

- Pruned media that no longer exists on the media server to improve
collection handling efficiency
([#&#8203;3023](https://redirect.github.com/Maintainerr/Maintainerr/issues/3023),
[#&#8203;3040](https://redirect.github.com/Maintainerr/Maintainerr/issues/3040)).

#### Internal

- Refreshed README with updated features, deployment examples, and
credits
([#&#8203;3048](https://redirect.github.com/Maintainerr/Maintainerr/issues/3048)).
- Clarified that a missing `yarn` command indicates a stale
`node_modules` directory.

#### Dependencies

- Updated 20 dependencies, including `@typescript-eslint/parser`,
`react-router-dom`, `axios`, and `vite`.

#### New Contributors

- [@&#8203;Arvuno](https://redirect.github.com/Arvuno) made their first
contribution in
[#&#8203;3029](https://redirect.github.com/Maintainerr/Maintainerr/pull/3029)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYWludGFpbmVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-06-06 01:34:42 +02:00

25 lines
496 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/maintainerr/maintainerr
pullPolicy: IfNotPresent
tag: 3.14.0@sha256:738e530f0a5e0ab9b75b9c721582b79655ae60c5ae2903b2d40c60bc29bed102
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"