68bbc788fc
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/deconzcommunity/deconz | patch | `6c6d7c7` → `050cca7` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9kZWNvbnoiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
56 lines
1.5 KiB
YAML
56 lines
1.5 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/deconzcommunity/deconz
|
|
tag: 2.33.1@sha256:050cca76d6226c19546b2925cb05bda8007ce71c524bdcba8371f10f95880351
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
securityContext:
|
|
capabilities:
|
|
add:
|
|
- NET_BIND_SERVICE
|
|
env:
|
|
DECONZ_WEB_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
DECONZ_WS_PORT: "{{ .Values.service.websocket.ports.websocket.port }}"
|
|
DECONZ_VNC_PORT: "{{ .Values.service.vnc.ports.vnc.port }}"
|
|
DECONZ_UID: "{{ .Values.securityContext.container.PUID }}"
|
|
DECONZ_GID: "{{ .Values.securityContext.pod.fsGroup }}"
|
|
# -- Override the location where deCONZ looks for the RaspBee/Conbee device.
|
|
# Example: /dev/ttyUSB0
|
|
DECONZ_DEVICE: ""
|
|
DECONZ_UPNP: 0
|
|
DECONZ_START_VERBOSE: 0
|
|
# -- Enable VNC access to the container to view the deCONZ ZigBee mesh
|
|
DECONZ_VNC_MODE: 1
|
|
DECONZ_VNC_PASSWORD: ""
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10008
|
|
websocket:
|
|
enabled: true
|
|
ports:
|
|
websocket:
|
|
enabled: true
|
|
port: 10001
|
|
vnc:
|
|
enabled: true
|
|
ports:
|
|
vnc:
|
|
enabled: true
|
|
port: 10002
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/opt/deCONZ"
|