7c5f1cde91
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [haveagitgat/tdarr](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | minor | `2.25.01` -> `2.26.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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NS40IiwidXBkYXRlZEluVmVyIjoiMzguOTUuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
55 lines
1.1 KiB
YAML
55 lines
1.1 KiB
YAML
image:
|
|
repository: haveagitgat/tdarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.26.01@sha256:a4a42a12022794fb7cd21fa173695aadcd17510274449c159d5fef44da3b6a1d
|
|
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: "127.0.0.1"
|
|
nodeID: "Internal Node"
|