We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6667e8 commit 176a68dCopy full SHA for 176a68d
test/e2e/setup-e2e.sh
@@ -8,4 +8,4 @@ kind delete cluster -n "${SOLO_CLUSTER_NAME}" || true
8
kind create cluster -n "${SOLO_CLUSTER_NAME}" --image "${KIND_IMAGE}" || exit 1
9
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
10
solo cluster setup || exit 1
11
-solo network deploy || exit 1
+solo network deploy --fst-chart-version v0.22.0 || exit 1
0 commit comments