From 3f47238bd7116e25d3b868c7dc7dfdd3c3502ade Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Tue, 2 Jun 2026 10:59:33 +0100 Subject: [PATCH] Set path on default emqx admin api url --- helm/flowfuse/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/flowfuse/templates/_helpers.tpl b/helm/flowfuse/templates/_helpers.tpl index b57ce1af..7a39dce1 100644 --- a/helm/flowfuse/templates/_helpers.tpl +++ b/helm/flowfuse/templates/_helpers.tpl @@ -365,7 +365,7 @@ Resolve Team Broker API URL: user-provided value, or default to the in-cluster E {{- if ((.Values.forge.broker.teamBroker).api).url -}} {{- .Values.forge.broker.teamBroker.api.url -}} {{- else -}} - {{- printf "http://emqx-dashboard.%s:18083" .Release.Namespace -}} + {{- printf "http://emqx-dashboard.%s:18083/api/v5" .Release.Namespace -}} {{- end -}} {{- end -}}