chore(deps): update container image ghcr.io/recyclarr/recyclarr to v7.2.3@77a3c01 by renovate (#25887)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/recyclarr/recyclarr](https://redirect.github.com/recyclarr/recyclarr) | patch | `7.2.2` -> `7.2.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>recyclarr/recyclarr (ghcr.io/recyclarr/recyclarr)</summary> ### [`v7.2.3`](https://redirect.github.com/recyclarr/recyclarr/blob/HEAD/CHANGELOG.md#723---2024-09-03) [Compare Source](https://redirect.github.com/recyclarr/recyclarr/compare/v7.2.2...v7.2.3) ##### Changed - Performance: Reduced the number of API calls to obtain service version information. ##### Fixed - Custom Format: The error "CF field of type False is not supported" no longer occurs when syncing some language-specific custom formats ([#​318](https://redirect.github.com/recyclarr/recyclarr/issues/318)). </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:eyJjcmVhdGVkSW5WZXIiOiIzOC42Ny4xIiwidXBkYXRlZEluVmVyIjoiMzguNjcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
623da88e52
commit
8e3b35da1e
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 7.2.2
|
appVersion: 7.2.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.14
|
version: 24.1.14
|
||||||
|
@ -34,4 +34,4 @@ sources:
|
||||||
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr
|
- https://github.com/truecharts/charts/tree/master/charts/stable/recyclarr
|
||||||
type: application
|
type: application
|
||||||
version: 12.2.3
|
version: 12.2.4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: ghcr.io/recyclarr/recyclarr
|
repository: ghcr.io/recyclarr/recyclarr
|
||||||
tag: 7.2.2@sha256:149eacfb27a51e001c50b60bf6b0eeae15c4dbbde46a1e1d30bf11032ef7f734
|
tag: 7.2.3@sha256:77a3c0156ec0ddef256998b246d4d80a2f1b96ee4a3a1a21bbc8459bfd0c9ad9
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in New Issue