Files
truecharts/charts/stable/recyclarr/values.yaml
T
TrueCharts Bot 61461d380d feat(recyclarr): update image ghcr.io/recyclarr/recyclarr 8.5.1 → 8.6.0 (#47583)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr)
| minor | `734cecf` → `3c38cee` |

---

> [!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>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary>

###
[`v8.6.0`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#860---2026-04-26)

[Compare
Source](https://redirect.github.com/recyclarr/recyclarr/compare/v8.5.1...v8.6.0)

##### Added

- Config: Entry-level `score` on `custom_formats` entries sets a default
score for every profile
under `assign_scores_to` that does not define its own `score`
([#&#8203;736](https://redirect.github.com/recyclarr/recyclarr/issues/736))
- Sync: Error when the service type at `base_url` does not match the
configuration type (e.g. Radarr
  config pointed at a Sonarr instance)
- Notifications: New `verbose` verbosity level that includes per-item
Custom Format change details
(created/updated/deleted names) in the notification body
([#&#8203;541](https://redirect.github.com/recyclarr/recyclarr/issues/541))

##### Changed

- Docker: Cron mode now uses log output instead of the interactive
console UI
([#&#8203;779](https://redirect.github.com/recyclarr/recyclarr/issues/779))

##### Fixed

- Notifications: Notification body too large when many custom formats or
quality profiles are
  adopted on first sync
- CLI: Garbled output when stdout is redirected (e.g. cron jobs, piped
commands)
([#&#8203;779](https://redirect.github.com/recyclarr/recyclarr/issues/779))
- CLI: Crash when a resource provider error message contains special
characters
- Config: `!file` references failed with an error when the file
contained a trailing newline
- Config: `!file` relative paths resolved against the working directory
instead of the configuration
  directory

</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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9yZWN5Y2xhcnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-04-27 01:52:26 +02:00

40 lines
879 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
pullPolicy: IfNotPresent
repository: ghcr.io/recyclarr/recyclarr
tag: 8.6.0@sha256:3c38ceeb54438dd8327e4e65c9b48ba601a6d20fff833342d93c9b0bc4b1930b
service:
main:
enabled: false
ports:
main:
enabled: false
workload:
main:
podSpec:
initContainers:
initconfig:
type: install
enabled: true
imageSelector: "image"
command:
- recyclarr
- config
- create
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
CRON_SCHEDULE: "@daily"
persistence:
config:
enabled: true
mountPath: /config
targetSelectAll: true