Skip to content

Commit 854c797

Browse files
committed
updated version of fst charts
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 717a16b commit 854c797

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/e2e/core/account_manager.test.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ describe('AccountManager', () => {
2929
argv[flags.nodeIDs.name] = 'node0'
3030
argv[flags.clusterName.name] = TEST_CLUSTER
3131
argv[flags.fstChartVersion.name] = version.FST_CHART_VERSION
32+
argv[flags.generateGossipKeys.name] = true
33+
argv[flags.generateTlsKeys.name] = true
3234
// set the env variable SOLO_FST_CHARTS_DIR if developer wants to use local FST charts
3335
argv[flags.chartDirectory.name] = process.env.SOLO_FST_CHARTS_DIR ? process.env.SOLO_FST_CHARTS_DIR : undefined
3436
const bootstrapResp = bootstrapNetwork(namespace, argv, undefined, undefined, undefined, undefined, undefined, undefined, false)

version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121

2222
export const JAVA_VERSION = '21.0.1+12'
2323
export const HELM_VERSION = 'v3.14.2'
24-
export const FST_CHART_VERSION = 'v0.29.1'
24+
export const FST_CHART_VERSION = 'v0.30.0'
2525
export const HEDERA_PLATFORM_VERSION = 'v0.53.0'

0 commit comments

Comments
 (0)