c895da0672
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/koush/scrypted | minor | `d1c3876` -> `47a9b73` | | docker.io/koush/scrypted | minor | `f150753` -> `63f28be` | | docker.io/koush/scrypted | minor | `707c902` -> `d84d2a8` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
image:
|
|
repository: docker.io/koush/scrypted
|
|
tag: v0.123.58-jammy-full@sha256:d84d2a8cc897e3ddd0635aecb681900f551e3f5bf702200df4b92e4014bc22b3
|
|
pullPolicy: Always
|
|
liteImage:
|
|
repository: docker.io/koush/scrypted
|
|
tag: v0.123.58-jammy-lite@sha256:63f28be6ff19e91090d5b133323120ff81af7606aa404cd211073fbea60d0fdc
|
|
pullPolicy: Always
|
|
nvidiaImage:
|
|
repository: docker.io/koush/scrypted
|
|
tag: v0.123.58-jammy-nvidia@sha256:47a9b733493bd1aab5dcfbfb10c5cf379168c1f5545652946fad657df77ab309
|
|
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
|