This PR contains the following updates: | Package | Update | Change | |---|---|---| | [haveagitgat/tdarr_node](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-->
52 lines
1.0 KiB
YAML
52 lines
1.0 KiB
YAML
image:
|
|
repository: haveagitgat/tdarr_node
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.17.01@sha256:3175af9565f0924a2e762f5bff2ee5fa89c6cceabd2b2b14b4cc376800c526e5
|
|
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
|
|
portal:
|
|
open:
|
|
enabled: false
|
|
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
|