Skip to content

Commit 765732d

Browse files
committed
fix setup script
Signed-off-by: Lenin Mehedy <[email protected]>
1 parent 86a78d4 commit 765732d

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
@@ -13,7 +13,7 @@ kind create cluster -n "${SOLO_CLUSTER_NAME}" --image "${KIND_IMAGE}" || exit 1
1313
# Most of the e2e test should bootstrap its own network in its own namespace. However, some tests can use this as a
1414
# shared resource if required.
1515
# **********************************************************************************************************************
16-
solo init --namespace "${SOLO_NAMESPACE}" -i node0,node1,node2 -t v0.42.5 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" --fst-chart-version v0.22.0 --dev || exit 1 # cache args for subsequent commands
16+
solo init --namespace "${SOLO_NAMESPACE}" -i node0,node1,node2 -t v0.47.0 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" --dev || exit 1 # cache args for subsequent commands
1717
solo cluster setup || exit 1
1818
helm list --all-namespaces
1919
solo network deploy || exit 1

0 commit comments

Comments
 (0)