Files
truecharts/charts/stable/universal-media-server/values.yaml
T
TrueCharts BotandGitHub a5bfc7ecfb chore(deps): update container image universalmediaserver/ums to latest@5310880 (#16128)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| universalmediaserver/ums | digest | `a89ecfe` -> `5310880` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-16 01:48:45 +01:00

43 lines
793 B
YAML

image:
pullPolicy: IfNotPresent
repository: universalmediaserver/ums
tag: latest@sha256:531088045ff5462c6577813df11c23cfe6d34bad99e86994b9f2d66b4b4cccf9
persistence:
config:
enabled: true
mountPath: /root/.config/UMS/
media:
enabled: true
mountPath: /media
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
api:
enabled: true
ports:
api:
enabled: true
port: 5001
protocol: tcp
targetPort: 5001
main:
ports:
main:
port: 9001
protocol: http
targetPort: 9001
sub:
enabled: true
ports:
sub:
enabled: true
port: 1044
protocol: tcp
targetPort: 1044