chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.75@d86ca27 by renovate (#21289)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://togithub.com/rogerfar/rdt-client) | patch | `2.0.74` -> `2.0.75` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary> ### [`v2.0.75`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2075---2024-04-24) [Compare Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.74...v2.0.75) ##### Changed - Fixed broken recursive symlink searching. </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
parent
2a863347b7
commit
877919ef72
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.74
|
||||
appVersion: 2.0.75
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 20.3.11
|
||||
|
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.webp
|
|||
keywords:
|
||||
- rdtclient
|
||||
- torrent
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -32,7 +32,7 @@ name: rdtclient
|
|||
sources:
|
||||
- https://github.com/rogerfar/rdt-client
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
|
||||
- https://hub.docker.com/r/p3terx/aria2-pro
|
||||
- https://ghcr.io/rogerfar/rdtclient
|
||||
- https://hub.docker.com/r/p3terx/aria2-pro
|
||||
type: application
|
||||
version: 4.8.18
|
||||
version: 4.8.19
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/rogerfar/rdtclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.74@sha256:000499235080413cd794c1b8174ec046ffb227b20943bd43938e860d21e8543c
|
||||
tag: 2.0.75@sha256:d86ca27afd246a39a3ee38083e12e3c49dd8c47dbcb8e0f0712981a8d5470adc
|
||||
aria2Image:
|
||||
repository: p3terx/aria2-pro
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
Loading…
Reference in New Issue