ebb393f243
This PR contains the following updates: | Package | Update | Change | |---|---|---| | koush/scrypted | patch | `v0.119.0-jammy-nvidia` -> `v0.119.1-jammy-nvidia` | --- > [!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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny42IiwidXBkYXRlZEluVmVyIjoiMzguNzcuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
image:
|
|
repository: koush/scrypted
|
|
tag: v0.119.1-jammy-full@sha256:58dbce1b9ff6af24a3d47bde3472a6de79fc63d3288e92de041aac420d4b9ac3
|
|
pullPolicy: Always
|
|
liteImage:
|
|
repository: koush/scrypted
|
|
tag: v0.119.1-jammy-lite@sha256:10c5fedac473353277617a8e993f7389228252377e220bedad7daf3273685955
|
|
pullPolicy: Always
|
|
nvidiaImage:
|
|
repository: koush/scrypted
|
|
tag: v0.119.1-jammy-nvidia@sha256:fee57a3ce989bf66d3af6fd5e17bfed7c853e05bd0a3b5710b492be6b656dd12
|
|
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
|