Files
truecharts/charts/stable/scrypted/values.yaml
T
TrueCharts Bot d71a8f355a chore(deps): update container image koush/scrypted to v0.115.1 by renovate (#24559)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koush/scrypted | patch | `v0.115.0-jammy-nvidia` ->
`v0.115.1-jammy-nvidia` |
| koush/scrypted | patch | `v0.115.0-jammy-lite` ->
`v0.115.1-jammy-lite` |
| koush/scrypted | patch | `v0.115.0-jammy-full` ->
`v0.115.1-jammy-full` |

---

> [!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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMTAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-07-30 08:30:58 +02:00

50 lines
1.2 KiB
YAML

image:
repository: koush/scrypted
tag: v0.115.1-jammy-full@sha256:17f12b990b60bfebfc14ac113d2f1f6e62c070dd69a572e1d6b03d37d5a443d9
pullPolicy: Always
liteImage:
repository: koush/scrypted
tag: v0.115.1-jammy-lite@sha256:8bdb95e636e26bb834cb16e249de7b134194b12cbf54f6f6b2dfdc94f1e3fb73
pullPolicy: Always
nvidiaImage:
repository: koush/scrypted
tag: v0.115.1-jammy-nvidia@sha256:18f5359d1b8cbd4a39debdef6af42c5f7b008bb44914c0eca7454c4097cdc346
pullPolicy: Always
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10611
workload:
main:
podSpec:
containers:
main:
imageSelector: image
env:
SCRYPTED_INSECURE_PORT: "{{ .Values.service.main.ports.main.port }}"
# SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION: Bearer SET_THIS_TO_SOME_RANDOM_TEXT
# SCRYPTED_WEBHOOK_UPDATE: http://localhost:10444/v1/update
persistence:
server:
enabled: true
mountPath: /server/volume
media:
enabled: true
mountPath: /media/external
portal:
open:
enabled: true