We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4609f15 + 7ed08a3 commit 3ecd004Copy full SHA for 3ecd004
1 file changed
.github/scripts/initial-setup.sh
@@ -184,7 +184,8 @@ curl -ks -w "\n" -XPOST \
184
https://$FLOWFUSE_URL/api/v1/project-types/
185
186
### Create stacks
187
-create_stack "Default" "Default" 30 256 "flowfuse/node-red:$(get_latest_image_tag "4.0.x")"
+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")"
189
create_stack "NR-30x" "3.0.x" 30 256 "flowfuse/node-red:latest"
190
create_stack "NR-31x" "3.1.x" 30 256 "flowfuse/node-red:$(get_latest_image_tag "3.1.x")"
191
0 commit comments