Skip to content

Commit 176a68d

Browse files
committed
save
1 parent e6667e8 commit 176a68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ kind delete cluster -n "${SOLO_CLUSTER_NAME}" || true
88
kind create cluster -n "${SOLO_CLUSTER_NAME}" --image "${KIND_IMAGE}" || exit 1
99
solo init --namespace "${SOLO_NAMESPACE}" -i node0,node1,node2 -t v0.42.5 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" || exit 1 # cache args for subsequent commands
1010
solo cluster setup || exit 1
11-
solo network deploy || exit 1
11+
solo network deploy --fst-chart-version v0.22.0 || exit 1

0 commit comments

Comments
 (0)