From e3a7855ce050f3fe24e4c0a3db3b69c111349ace Mon Sep 17 00:00:00 2001 From: Ardetus <2253935+Ardetus@users.noreply.github.com> Date: Thu, 1 Apr 2021 21:17:51 +0300 Subject: [PATCH] [zwavejs2mqtt] Update image and add websocket port example (#749) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [zwavejs2mqtt] Update image and add websocket port example * Fix wrong identation Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/stable/zwavejs2mqtt/Chart.yaml | 4 ++-- charts/stable/zwavejs2mqtt/values.yaml | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index 59d57ccc..ba9f7627 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 1.1.1 +appVersion: 3.0.3 description: Fully configurable Zwave to MQTT Gateway and Control Panel name: zwavejs2mqtt -version: 3.1.1 +version: 3.2.0 kubeVersion: ">=1.16.0-0" keywords: - zwave diff --git a/charts/stable/zwavejs2mqtt/values.yaml b/charts/stable/zwavejs2mqtt/values.yaml index 7fccd392..81d0781b 100644 --- a/charts/stable/zwavejs2mqtt/values.yaml +++ b/charts/stable/zwavejs2mqtt/values.yaml @@ -8,7 +8,7 @@ image: repository: zwavejs/zwavejs2mqtt pullPolicy: IfNotPresent - tag: 1.1.1 + tag: 3.0.3 strategy: type: Recreate @@ -21,6 +21,9 @@ env: {} service: port: port: 8091 + # additionalPorts: + # - name: websocket + # port: 3000 ingress: enabled: false