From ad6e1b01cc5b53cd2d4f0fbe16e5a57822503c99 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 7 Aug 2021 01:23:15 +0300 Subject: [PATCH] Default to nodeport on zwave WS (#741) --- charts/stable/zwavejs2mqtt/Chart.yaml | 2 +- charts/stable/zwavejs2mqtt/SCALE/questions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml index d5af0949bca..249cae1a4fa 100644 --- a/charts/stable/zwavejs2mqtt/Chart.yaml +++ b/charts/stable/zwavejs2mqtt/Chart.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/zwave-js/zwavejs2mqtt - https://hub.docker.com/r/zwavejs/zwavejs2mqtt type: application -version: 6.4.4 +version: 6.4.5 diff --git a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml index 22355a677c6..dd5961ea087 100644 --- a/charts/stable/zwavejs2mqtt/SCALE/questions.yaml +++ b/charts/stable/zwavejs2mqtt/SCALE/questions.yaml @@ -246,7 +246,7 @@ questions: description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" schema: type: string - default: "ClusterIP" + default: "NodePort" enum: - value: "NodePort" description: "NodePort"