From 72037a7f501a19eba8c9bddb0b475f45e8caab7c Mon Sep 17 00:00:00 2001 From: Ben Woods Date: Mon, 26 Sep 2022 21:03:54 +0800 Subject: [PATCH] fix(mosquitto): use targetPort in mosquitto.conf (#3911) --- charts/stable/mosquitto/Chart.yaml | 2 +- charts/stable/mosquitto/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml index 1bbbdae5983..735e478ece9 100644 --- a/charts/stable/mosquitto/Chart.yaml +++ b/charts/stable/mosquitto/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mosquitto - https://github.com/eclipse/mosquitto type: application -version: 6.1.0 +version: 6.1.1 annotations: truecharts.org/catagories: | - homeautomation diff --git a/charts/stable/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml index 17a42abadbd..03758842082 100644 --- a/charts/stable/mosquitto/values.yaml +++ b/charts/stable/mosquitto/values.yaml @@ -30,7 +30,7 @@ configmap: enabled: true data: mosquitto.conf: | - listener {{ .Values.service.main.ports.main.port }} + listener {{ .Values.service.main.ports.main.targetPort }} {{- if .Values.websockets.enabled }} listener {{ .Values.service.websockets.ports.websockets.targetPort }} protocol websockets