mirror of
https://github.com/truecharts/charts.git
synced 2026-07-09 13:34:02 -03:00
chore(helm): update image ghcr.io/rogerfar/rdtclient 2.0.104 → 2.0.107 (#34346)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | patch | `1e1d4e9` -> `adcb48e` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>rogerfar/rdt-client (ghcr.io/rogerfar/rdtclient)</summary> ### [`v2.0.107`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20107---2025-04-13) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.105...v2.0.107) ##### Fixed - Fixed Docker release versioning. ### [`v2.0.105`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#20105---2025-04-13) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.104...v2.0.105) ##### Added - Add feature to limit the amount of torrents that get sent to the provider at the same time. ##### Fixed - Moved the websocket update process to its own background thread to improve UI update consistency. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.104
|
||||
appVersion: 2.0.107
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -37,5 +37,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/rdtclient
|
||||
- https://hub.docker.com/r/p3terx/aria2-pro
|
||||
type: application
|
||||
version: 6.5.5
|
||||
version: 6.5.6
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/rogerfar/rdtclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.104@sha256:1e1d4e97e0282e67ddccbc1b58aaff8e0c0a45b7956052391faf3ff07b59cddb
|
||||
tag: 2.0.107@sha256:adcb48e095f35a1a2d3496d0a6fbf9d54424d20b7f7b4bf0156048f7d89ea571
|
||||
aria2Image:
|
||||
repository: docker.io/p3terx/aria2-pro
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user