ce51c3b1ef
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/jens-maus/raspberrymatic | digest | `d44ad49` -> `af641e5` | 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 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL2RpZ2VzdCJdfQ==-->
57 lines
1.1 KiB
YAML
57 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/jens-maus/raspberrymatic
|
|
tag: latest@sha256:af641e5dc8484905552df08e2a0f39a69b48c551080aca8082b8459fe84c5545
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /usr/local
|
|
control:
|
|
enabled: true
|
|
hostPath: /run/udev/control
|
|
mountPath: /run/udev/control
|
|
type: hostPath
|
|
modules:
|
|
enabled: true
|
|
hostPath: /lib/modules
|
|
mountPath: /lib/modules
|
|
readOnly: true
|
|
type: hostPath
|
|
sys:
|
|
enabled: true
|
|
hostPath: /sys
|
|
mountPath: /sys
|
|
type: hostPath
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
ccu:
|
|
enabled: true
|
|
ports:
|
|
ccu1:
|
|
enabled: true
|
|
port: 2001
|
|
targetPort: 2001
|
|
ccu2:
|
|
enabled: true
|
|
port: 2010
|
|
targetPort: 2010
|
|
ccu3:
|
|
enabled: true
|
|
port: 9292
|
|
targetPort: 9292
|
|
ccu4:
|
|
enabled: true
|
|
port: 8181
|
|
targetPort: 8181
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10581
|
|
protocol: http
|
|
targetPort: 80
|