This PR contains the following updates: | Package | Update | Change | |---|---|---| | deluan/navidrome | patch | `0.50.1` -> `0.50.2` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy45Mi40IiwidXBkYXRlZEluVmVyIjoiMzcuOTIuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
32 lines
644 B
YAML
32 lines
644 B
YAML
image:
|
|
repository: deluan/navidrome
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.50.2@sha256:81f35eb841fae1191adbed97fdeca24029a7fff31390a4264eed8c86cc2e15d5
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ND_MUSICFOLDER: /music
|
|
ND_SCANSCHEDULE: "@every 15m"
|
|
ND_LOGLEVEL: info
|
|
ND_SESSIONTIMEOUT: 24h
|
|
ND_ENABLETRANSCODINGCONFIG: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4533
|
|
targetPort: 4533
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
music:
|
|
enabled: true
|
|
mountPath: /music
|
|
portal:
|
|
open:
|
|
enabled: true
|