chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.69@dc06c39 by renovate (#20515)

This PR contains the following updates:

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

---

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

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

##### Added

-   Added sorting to the GUI columns.

##### Changed

-   Fixed reloading on the /settings and other pages.

###
[`v2.0.68`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2068---2024-04-09)

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

##### Changed

- Base Href middleware fix that throws error when a response is not 200.

###
[`v2.0.67`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2067---2024-04-09)

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

##### Changed

-   Symlink fixes.

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot
2024-04-10 08:22:27 +02:00
committed by GitHub
parent 5103e8d762
commit aa6115b9dc
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/train: stable
apiVersion: v2
appVersion: 2.0.66
appVersion: 2.0.69
dependencies:
- name: common
version: 20.3.3
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.png
keywords:
- rdtclient
- torrent
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -35,4 +35,4 @@ sources:
- https://ghcr.io/rogerfar/rdtclient
- https://hub.docker.com/r/p3terx/aria2-pro
type: application
version: 4.8.1
version: 4.8.2
+1 -1
View File
@@ -1,7 +1,7 @@
image:
repository: ghcr.io/rogerfar/rdtclient
pullPolicy: IfNotPresent
tag: 2.0.66@sha256:c69330051e4022b7991400a24defcf3160117fd57d4a428ef72f343eafb35351
tag: 2.0.69@sha256:dc06c397c14d55207eb01947aa8f5b8f1662e597ab40db1f04adcc6ba88e8ae4
aria2Image:
repository: p3terx/aria2-pro
pullPolicy: IfNotPresent