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:
Stavros Kois 2021-10-21 15:58:35 +03:00 committed by GitHub
parent 83384556a9
commit 24fba5c38e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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