From e9c1b82ec3d7bd7974e576411b09c1bb1535de88 Mon Sep 17 00:00:00 2001 From: ppawlowski Date: Mon, 8 Jun 2026 12:57:24 +0200 Subject: [PATCH] Add Node-RED 5 stack to a pre-staging environment --- .github/scripts/initial-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/initial-setup.sh b/.github/scripts/initial-setup.sh index 9b4289be1b..32e9a08476 100755 --- a/.github/scripts/initial-setup.sh +++ b/.github/scripts/initial-setup.sh @@ -188,6 +188,7 @@ create_stack "Default" "Default (4.1.x)" 30 256 "flowfuse/node-red:$(get_latest_ create_stack "NR-40x" "4.0.x" 30 256 "flowfuse/node-red:$(get_latest_image_tag "4.0.x")" create_stack "NR-30x" "3.0.x" 30 256 "flowfuse/node-red:latest" create_stack "NR-31x" "3.1.x" 30 256 "flowfuse/node-red:$(get_latest_image_tag "3.1.x")" +create_stack "NR-50x" "5.0.x" 30 256 "flowfuse/node-red:$(get_latest_image_tag "5.0.x")" ### Link Default to project type