674f4fe0a0
This PR contains the following updates: | Package | Update | Change | |---|---|---| | koush/scrypted | patch | `v0.119.1-jammy-nvidia` -> `v0.119.2-jammy-nvidia` | | koush/scrypted | patch | `v0.119.1-jammy-lite` -> `v0.119.2-jammy-lite` | | koush/scrypted | patch | `v0.119.1-jammy-full` -> `v0.119.2-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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTkuMCIsInVwZGF0ZWRJblZlciI6IjM4LjExOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
50 lines
1.2 KiB
YAML
50 lines
1.2 KiB
YAML
image:
|
|
repository: koush/scrypted
|
|
tag: v0.119.2-jammy-full@sha256:b36989d5cd1a19464f242c03636acc1007f783c54225f35cd18f1335ac650c31
|
|
pullPolicy: Always
|
|
liteImage:
|
|
repository: koush/scrypted
|
|
tag: v0.119.2-jammy-lite@sha256:f4aff0c7117537586fd6e64e4af2c2999f60a2eea712d0042ca04b2a90132aa2
|
|
pullPolicy: Always
|
|
nvidiaImage:
|
|
repository: koush/scrypted
|
|
tag: v0.119.2-jammy-nvidia@sha256:aa89d00b4cd3430187cd937c7db58f8cf2cbea99d0aa94b2f7f5d987474ae7c1
|
|
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
|