From 5a130c0d32178fd94de5f255dddcf879ae161dd5 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 10 Aug 2026 14:48:30 +0100 Subject: [PATCH 1/2] Pin to known working verison of emqx also matched FFC --- helm/flowfuse/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/flowfuse/values.yaml b/helm/flowfuse/values.yaml index cbdec92a..63b93e09 100644 --- a/helm/flowfuse/values.yaml +++ b/helm/flowfuse/values.yaml @@ -181,7 +181,7 @@ editors: name: editors broker: - image: emqx:5 + image: emqx:5.8.6 replicas: 2 revisionHistoryLimit: null storageClassName: '' From afadafe7c1910638ab473967b73cd8afab60a290 Mon Sep 17 00:00:00 2001 From: Ben Hardill Date: Mon, 10 Aug 2026 14:52:20 +0100 Subject: [PATCH 2/2] Fix test --- helm/flowfuse/tests/broker_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/flowfuse/tests/broker_test.yaml b/helm/flowfuse/tests/broker_test.yaml index 710a416b..76a53cc7 100644 --- a/helm/flowfuse/tests/broker_test.yaml +++ b/helm/flowfuse/tests/broker_test.yaml @@ -16,7 +16,7 @@ tests: of: EMQX - equal: path: spec.image - value: emqx:5 + value: emqx:5.8.6 - it: should deploy EMQX even when the team broker is disabled documentIndex: 0