Files
truecharts/charts/stable/tdarr-node/values.yaml
T
TrueCharts Bot c7a860aca5 feat(tdarr-node): update image docker.io/haveagitgat/tdarr_node 2.76.01 → 2.77.01 (#48611)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/haveagitgat/tdarr_node](https://redirect.github.com/HaveAGitGat/tdarr_express_be)
| minor | `77f1fb0` → `2440abe` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC90ZGFyci1ub2RlIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2026-05-29 21:01:50 +02:00

51 lines
1.0 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/haveagitgat/tdarr_node
pullPolicy: IfNotPresent
tag: 2.77.01@sha256:2440abe728c5d56fbf311943d2ff15b3e8ed1a62531d709db9c5cdc391967926
service:
main:
enabled: false
ports:
main:
enabled: false
persistence:
configs:
enabled: true
mountPath: "/app/configs"
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:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
env:
# User Defined
nodeID: "myFirstTdarrNode"
serverIP: "0.0.0.0"
serverPort: 8266