Files
truecharts/charts/stable/scrypted/values.yaml
T
TrueCharts BotandGitHub 83a19bbfd5 chore(deps): update container image koush/scrypted to v0.114.0 by renovate (#23851)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| koush/scrypted | minor | `v0.111.0-jammy-nvidia` ->
`v0.114.0-jammy-nvidia` |
| koush/scrypted | minor | `v0.112.0-jammy-lite` ->
`v0.114.0-jammy-lite` |
| koush/scrypted | minor | `v0.112.0-jammy-full` ->
`v0.114.0-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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-27 08:31:31 +02:00

50 lines
1.2 KiB
YAML

image:
repository: koush/scrypted
tag: v0.114.0-jammy-full@sha256:7374dad79df49abab99f92cb24a51aac87f1b25d0b9dac0ece1cecc97723cdf0
pullPolicy: Always
liteImage:
repository: koush/scrypted
tag: v0.114.0-jammy-lite@sha256:3f47e94d3abed94c07f871c32890eb1ce488e5d1815d0479a2b368106d18255d
pullPolicy: Always
nvidiaImage:
repository: koush/scrypted
tag: v0.114.0-jammy-nvidia@sha256:0f757a70a7d279d26d003183261ea940ebab67a9b54939651f6d48e47ea80c75
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