fix(deconz): fix identation on values.yaml (#1210)
* fix(deconz): fix identation on values.yaml * bump version * whoops * enable ports Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
83384556a9
commit
24fba5c38e
|
@ -22,10 +22,9 @@ name: deconz
|
|||
sources:
|
||||
- https://github.com/dresden-elektronik/deconz-rest-plugin
|
||||
- https://github.com/marthoc/docker-deconz
|
||||
version: 3.0.17
|
||||
version: 3.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
|
|
|
@ -49,9 +49,15 @@ service:
|
|||
ports:
|
||||
main:
|
||||
port: 80
|
||||
websocket:
|
||||
enabled: true
|
||||
ports:
|
||||
websocket:
|
||||
enabled: true
|
||||
port: 443
|
||||
vnc:
|
||||
enabled: true
|
||||
ports:
|
||||
vnc:
|
||||
enabled: true
|
||||
port: 5900
|
||||
|
|
Loading…
Reference in New Issue