This PR contains the following updates: | Package | Update | Change | |---|---|---| | koush/scrypted | minor | `85ac7b4` -> `25d413d` | | koush/scrypted | minor | `694a2b9` -> `e129b30` | | koush/scrypted | minor | `71bdffc` -> `21b998e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjYuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
image:
|
|
repository: koush/scrypted
|
|
tag: v0.121.0-jammy-full@sha256:21b998e51a3369a3be1276c82dd393b32c73555c86179942d0534a04d8586cd7
|
|
pullPolicy: Always
|
|
liteImage:
|
|
repository: koush/scrypted
|
|
tag: v0.121.0-jammy-lite@sha256:e129b3045eaaca17a9d432f3632b3576e0b4b54a622d59ecf93f2e579a5b4164
|
|
pullPolicy: Always
|
|
nvidiaImage:
|
|
repository: koush/scrypted
|
|
tag: v0.121.0-jammy-nvidia@sha256:25d413d0745599b86a4e308a05ed7d655c2b7f99e0f92fe62be5a42b1d75f30c
|
|
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
|