chore(helm): update image ghcr.io/rogerfar/rdtclient 2.0.102 → 2.0.104 (#34299)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/rogerfar/rdtclient](https://redirect.github.com/rogerfar/rdt-client) | patch | `26e36ed` -> `1e1d4e9` | 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.104`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#v20104---2025-04-12) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.103...v2.0.104) ##### Fixed - Update the version number ### [`v2.0.103`](https://redirect.github.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#v20103---2025-04-12) [Compare Source](https://redirect.github.com/rogerfar/rdt-client/compare/v2.0.102...v2.0.103) ##### Added - Button to select all options when deleting a torrent, thanks [@​EugeneKallis](https://redirect.github.com/EugeneKallis) - Add setting to ignore update notifications. A notification will appear regardless of this setting if any GitHub Security Advisories are published in this repo. ##### Changed - Download .zip of torrent files from TorBox when possible, thanks [@​asylumexp](https://redirect.github.com/asylumexp) - Users of AllDebrid and RealDebrid will now have no files downloaded when all files are excluded by filters. Before, if all files were excluded, rdt-client would download all the files in the torrent. - Reduce number of calls to debrid provider API when no torrents need updating ##### Fixed - The dropdown navigation menu on mobile will now close when you navigate to another page - Long torrent names without spaces will now wrap across lines ##### Security - Require auth to change debrid api key </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.102
|
||||
appVersion: 2.0.104
|
||||
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.4
|
||||
version: 6.5.5
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/rogerfar/rdtclient
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.102@sha256:26e36edca66cecabfc81db87744e6b83d549073707003967a2a89baffc50c16b
|
||||
tag: 2.0.104@sha256:1e1d4e97e0282e67ddccbc1b58aaff8e0c0a45b7956052391faf3ff07b59cddb
|
||||
aria2Image:
|
||||
repository: docker.io/p3terx/aria2-pro
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
Reference in New Issue
Block a user