From 24fba5c38e020790a5ed4ed6a132ff70d4f779a6 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 21 Oct 2021 15:58:35 +0300 Subject: [PATCH] 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 --- charts/stable/deconz/Chart.yaml | 3 +-- charts/stable/deconz/values.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml index e6e1e29e9ac..02947605253 100644 --- a/charts/stable/deconz/Chart.yaml +++ b/charts/stable/deconz/Chart.yaml @@ -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 diff --git a/charts/stable/deconz/values.yaml b/charts/stable/deconz/values.yaml index dd3c0a035b8..020b6aa6145 100644 --- a/charts/stable/deconz/values.yaml +++ b/charts/stable/deconz/values.yaml @@ -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