Skip to content

Commit 3ecd004

Browse files
authored
Merge branch 'main' into 6599_add-the-plain-embedded-remote-instance-editor
2 parents 4609f15 + 7ed08a3 commit 3ecd004

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/initial-setup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ curl -ks -w "\n" -XPOST \
184184
https://$FLOWFUSE_URL/api/v1/project-types/
185185

186186
### Create stacks
187-
create_stack "Default" "Default" 30 256 "flowfuse/node-red:$(get_latest_image_tag "4.0.x")"
187+
create_stack "Default" "Default (4.1.x)" 30 256 "flowfuse/node-red:$(get_latest_image_tag "4.1.x")"
188+
create_stack "NR-40x" "4.0.x" 30 256 "flowfuse/node-red:$(get_latest_image_tag "4.0.x")"
188189
create_stack "NR-30x" "3.0.x" 30 256 "flowfuse/node-red:latest"
189190
create_stack "NR-31x" "3.1.x" 30 256 "flowfuse/node-red:$(get_latest_image_tag "3.1.x")"
190191

0 commit comments

Comments
 (0)