chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.65@65d7754 by renovate (#20364)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ghcr.io/rogerfar/rdtclient](https://togithub.com/rogerfar/rdt-client)
| patch | `2.0.64` -> `2.0.65` |

---

> [!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.65`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2065---2024-04-07)

[Compare
Source](https://togithub.com/rogerfar/rdt-client/compare/v2.0.64...v2.0.65)

##### Added

- Added option to configure the buffersize for the internal downloader.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-04-07 14:34:46 +02:00
committed by GitHub
parent 4971650b89
commit 6da7415f46
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7,7 +7,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: 2.0.64 appVersion: 2.0.65
dependencies: dependencies:
- name: common - name: common
version: 20.2.10 version: 20.2.10
@@ -32,7 +32,7 @@ name: rdtclient
sources: sources:
- https://github.com/rogerfar/rdt-client - https://github.com/rogerfar/rdt-client
- https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
- https://ghcr.io/rogerfar/rdtclient
- https://hub.docker.com/r/p3terx/aria2-pro - https://hub.docker.com/r/p3terx/aria2-pro
- https://ghcr.io/rogerfar/rdtclient
type: application type: application
version: 4.7.6 version: 4.7.7
+1 -1
View File
@@ -1,7 +1,7 @@
image: image:
repository: ghcr.io/rogerfar/rdtclient repository: ghcr.io/rogerfar/rdtclient
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.0.64@sha256:ff440bd1a2d22a1cb1be8125a4456fa56d7e6cc11e0faa67c0a121a41a46b24d tag: 2.0.65@sha256:65d7754bd3af8a1db668f6208622f451eb5a37318530ea5cfe899f804cf88eed
aria2Image: aria2Image:
repository: p3terx/aria2-pro repository: p3terx/aria2-pro
pullPolicy: IfNotPresent pullPolicy: IfNotPresent