Files
truecharts/charts/stable/rdtclient/values.yaml
T
TrueCharts BotandGitHub c47a62f0ed chore(deps): update container image ghcr.io/rogerfar/rdtclient to v2.0.58@5e8b26b by renovate (#17187)
This PR contains the following updates:

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

---

> [!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.58`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2058---2024-01-10)

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

##### Changed

-   Don't automatically count the chunk count.

###
[`v2.0.57`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2057---2024-01-09)

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

##### Changed

-   Fixed symlink retry.

###
[`v2.0.56`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2056---2024-01-07)

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

##### Changed

-   Add retry mechanism for the downloaders.

###
[`v2.0.55`](https://togithub.com/rogerfar/rdt-client/blob/HEAD/CHANGELOG.md#2055---2024-01-07)

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

##### Changed

-   Tweaked the internal downloader to prevent memory issues.
-   Add retry mechanism for the symlink downloader.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-01-14 02:35:39 +01:00

119 lines
2.8 KiB
YAML

image:
repository: ghcr.io/rogerfar/rdtclient
pullPolicy: IfNotPresent
tag: 2.0.58@sha256:5e8b26b247d5a019fc4589a3322b9fc97bf680d505d66d877190cce1471710c3
aria2Image:
repository: p3terx/aria2-pro
pullPolicy: IfNotPresent
tag: latest@sha256:086d1a37c586edb07ec0fb956bf9edd89d1d38d138ad5309ff96d510c8c9a011
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 6500
port: 6500
aria2:
enabled: true
type: ClusterIP
targetSelector: aria2
ports:
rpc:
enabled: true
port: 6800
targetSelector: aria2
torrent:
enabled: true
type: ClusterIP
targetSelector: aria2
ports:
torrent:
enabled: true
port: 6888
targetSelector: aria2
torrent-udp:
enabled: true
port: 6888
protocol: udp
targetSelector: aria2
aria2:
enabled: true
rpc_secret: MY_SECRET
disk_cache: 64M
update_trackers: true
custom_trackers_url: "https://trackerslist.com/all_aria2.txt"
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/"
readiness:
path: "/"
startup:
path: "/"
aria2:
enabled: true
type: Deployment
strategy: RollingUpdate
replicas: 1
podSpec:
containers:
aria2:
primary: true
enabled: true
imageSelector: aria2Image
securityContext:
runAsUser: 0
runAsGroup: 0
readOnlyRootFilesystem: false
runAsNonRoot: false
probes:
liveness:
enabled: true
type: tcp
port: "{{ .Values.service.aria2.ports.rpc.port }}"
readiness:
enabled: true
type: tcp
port: "{{ .Values.service.aria2.ports.rpc.port }}"
startup:
enabled: true
type: tcp
port: "{{ .Values.service.aria2.ports.rpc.port }}"
env:
RPC_PORT: "{{ .Values.service.aria2.ports.rpc.port }}"
LISTEN_PORT: "{{ .Values.service.torrent.ports.torrent.port }}"
RPC_SECRET: "{{ .Values.aria2.rpc_secret }}"
DISK_CACHE: "{{ .Values.aria2.disk_cache }}"
IPV6_MODE: false
UPDATE_TRACKERS: "{{ .Values.aria2.update_trackers }}"
CUSTOM_TRACKER_URL: "{{ .Values.aria2.custom_trackers_url }}"
persistence:
db:
enabled: true
mountPath: "/data/db"
config:
enabled: true
targetSelector:
aria2:
aria2:
mountPath: /config
portal:
open:
enabled: true