Files
truecharts/charts/stable/tdarr/values.yaml
T
TrueCharts BotandGitHub 952584a23f feat(tdarr): update image docker.io/haveagitgat/tdarr 2.73.01 → 2.74.01 (#48284)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr](https://redirect.github.com/HaveAGitGat/tdarr_express_be)
| minor | `8130752` → `4dd21e8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90ZGFyciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2026-05-16 18:42:49 +02:00

54 lines
1.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/haveagitgat/tdarr
pullPolicy: IfNotPresent
tag: 2.74.01@sha256:4dd21e8aa92f10601c35828566ddaadbb6d9d4335d004411ee69f1e02714d1c8
service:
main:
ports:
main:
port: 8265
comm:
enabled: true
ports:
comm:
enabled: true
port: 8266
persistence:
configs:
enabled: true
mountPath: "/app/configs"
server:
enabled: true
mountPath: "/app/server"
logs:
enabled: true
mountPath: "/app/logs"
transcode-cache:
enabled: true
mountPath: "/temp"
media:
enabled: true
mountPath: "/media"
varrun:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
webUIPort: "{{ .Values.service.main.ports.main.port }}"
serverPort: "{{ .Values.service.comm.ports.comm.port }}"
# User Defined
internalNode: true
serverIP: "127.0.0.1"
nodeID: "Internal Node"