Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/flowfuse/tests/broker_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/flowfuse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ editors:
name: editors

broker:
image: emqx:5
image: emqx:5.8.6
replicas: 2
revisionHistoryLimit: null
storageClassName: ''
Expand Down
Loading