From 8517a55c09c30d1754d4eee68097d55514c21b98 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 4 Sep 2024 08:28:36 +0200 Subject: [PATCH] chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.86@4883224 by renovate (#25888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | patch | `2.0.84` -> `2.0.86` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient) ### [`v2.0.86`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2086---2024-09-03) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.85...v2.0.86) ##### Changed - Add potential fix for BASE_PATH. - Fixed creation of empty folders. ### [`v2.0.85`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2085---2024-09-03) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.84...v2.0.85) ##### Changed - Reverted: Prevent the creation of download folders when using symlink.
--- ### 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. --- - [ ] 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). --- charts/stable/rdtclient/Chart.yaml | 4 ++-- charts/stable/rdtclient/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml index 86fe8dab39a..18d77170914 100644 --- a/charts/stable/rdtclient/Chart.yaml +++ b/charts/stable/rdtclient/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.84 +appVersion: 2.0.86 dependencies: - name: common version: 24.1.14 @@ -34,4 +34,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient - https://hub.docker.com/r/p3terx/aria2-pro type: application -version: 6.1.7 +version: 6.1.8 diff --git a/charts/stable/rdtclient/values.yaml b/charts/stable/rdtclient/values.yaml index 6f25b38579f..947f87805ed 100644 --- a/charts/stable/rdtclient/values.yaml +++ b/charts/stable/rdtclient/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/rogerfar/rdtclient pullPolicy: IfNotPresent - tag: 2.0.84@sha256:096e354a22bb4f6f3c6986394906422695201e425ccffaa05cee0a19a4090a63 + tag: 2.0.86@sha256:4883224fdff79c6aca2458473b2498e1b037b68adbafb4e731a6146e5b4dbcb4 aria2Image: repository: p3terx/aria2-pro pullPolicy: IfNotPresent