Files
truecharts/charts/stable/tdarr/values.yaml
T
TrueCharts BotandGitHub 317cbbf43b chore(deps): update container image haveagitgat/tdarr to v2.17.01@f60a496 (#15959)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[haveagitgat/tdarr](https://togithub.com/linuxserver/docker-baseimage-ubuntu/packages)
([source](https://togithub.com/linuxserver/docker-baseimage-ubuntu)) |
minor | `2.16.01` -> `2.17.01` |

---

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

---

### 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44OS42IiwidXBkYXRlZEluVmVyIjoiMzcuODkuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-11 01:40:00 +01:00

55 lines
1.1 KiB
YAML

image:
repository: haveagitgat/tdarr
pullPolicy: IfNotPresent
tag: 2.17.01@sha256:f60a4966119817558744c0a992d6acbf8eee6b098c9092020d87f241113ec004
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
portal:
open:
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: "localhost"
nodeID: "Internal Node"