9fdbdf7882
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/fancybits/channels-dvr | digest | `f3672e8` → `46f26e0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jaGFubmVscy1kdnIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
42 lines
954 B
YAML
42 lines
954 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/fancybits/channels-dvr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:438e362cf739f4d002ecdcc17baee6917ecd22a8d9d4aa044288042c1039d591
|
|
tveImage:
|
|
repository: docker.io/fancybits/channels-dvr
|
|
pullPolicy: Always
|
|
tag: tve@sha256:46f26e048b20c0cdf18a042efa4da81be94ededa09b796c40be9e4382bee78d2
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8089
|
|
protocol: http
|
|
targetPort: 8089
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /channels-dvr
|
|
recordings:
|
|
enabled: true
|
|
mountPath: /shares/DVR
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
probes:
|
|
liveness:
|
|
port: 8089
|
|
type: http
|
|
readiness:
|
|
port: 8089
|
|
type: http
|
|
startup:
|
|
port: 8089
|
|
type: http
|
|
updated: true
|