Skip to content

Commit 457478f

Browse files
committed
todo and removed fst chart version override
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent c051ee9 commit 457478f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/setup-e2e.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ 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-
# TODO update FST chart version, and also update during build process
17-
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+
# TODO update hedera version for upcoming patch
17+
solo init --namespace "${SOLO_NAMESPACE}" -i node0,node1,node2 -t v0.42.5 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" --dev || exit 1 # cache args for subsequent commands
1818
solo cluster setup || exit 1
1919
helm list --all-namespaces
2020
solo network deploy || exit 1

0 commit comments

Comments
 (0)