This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr) | patch | `0730f39` -> `2550848` | --- > [!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>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary> ### [`v7.5.2`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#752---2025-11-30) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v7.5.1...v7.5.2) ##### Added - Installation: Homebrew is now supported on macOS and Linux. See the [installation docs][homebrew] for details. [homebrew]: https://recyclarr.dev/guide/installation/manual-install#homebrew-macos--linux ##### Fixed - Sync: Crash when using `--preview` flag after rendering quality sizes table. - Sync: Custom formats being updated on every run even when unchanged. </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
39 lines
826 B
YAML
39 lines
826 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/recyclarr/recyclarr
|
|
tag: 7.5.2@sha256:2550848d43a453f2c6adf3582f2198ac719f76670691d76de0819053103ef2fb
|
|
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
|