This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/maintainerr/maintainerr](https://redirect.github.com/Maintainerr/Maintainerr) | patch | `afc7e45` → `b6a8c18` | --- > [!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.10.2`](https://redirect.github.com/Maintainerr/Maintainerr/releases/tag/v3.10.2) [Compare Source](https://redirect.github.com/Maintainerr/Maintainerr/compare/v3.10.1...v3.10.2) #### Highlights - Fixed version comparison logic to correctly detect updates for multi-digit version segments ([#​2838](https://redirect.github.com/Maintainerr/Maintainerr/issues/2838)). - Improved storage metrics by deduplicating reclaimable bytes and adding per-type cleanup byte counters ([#​2833](https://redirect.github.com/Maintainerr/Maintainerr/issues/2833)). #### Fixes - Suppressed re-addition of items to collections after handler actions, preventing redundant notifications ([#​2837](https://redirect.github.com/Maintainerr/Maintainerr/issues/2837)). - Corrected version comparison for multi-digit segments to ensure update detection ([#​2838](https://redirect.github.com/Maintainerr/Maintainerr/issues/2838)). - Deduplicated reclaimable bytes in storage metrics and excluded collections without delete rules; added per-type cleanup byte counters ([#​2833](https://redirect.github.com/Maintainerr/Maintainerr/issues/2833)). #### Database migrations - Added a `sizeBytes` column to the `collection_media` table to track media size. #### Dependencies - Updated 8 dependencies, including react-router-dom, postcss, and axios. </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tYWludGFpbmVyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
25 lines
496 B
YAML
25 lines
496 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/maintainerr/maintainerr
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.10.2@sha256:b6a8c18a1f72d26d0c290bc7002ab766def19eca0f28bc2fa1ab9ae7cd7de06c
|
|
|
|
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"
|