Skip to content

Commit d3e7a1a

Browse files
authored
fix: update default helm chart version (#378)
Signed-off-by: Nathan Klick <[email protected]>
1 parent 6aec62b commit d3e7a1a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

test/data/local-ptt-app-values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
defaults:
2+
root:
3+
extraEnv:
4+
- name: JAVA_MAIN_CLASS
5+
value: com.swirlds.platform.Browser

test/e2e/commands/node-local-ptt.test.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe('Node local build', () => {
3939
argv[flags.clusterName.name] = TEST_CLUSTER
4040
// set the env variable SOLO_FST_CHARTS_DIR if developer wants to use local FST charts
4141
argv[flags.chartDirectory.name] = process.env.SOLO_FST_CHARTS_DIR ? process.env.SOLO_FST_CHARTS_DIR : undefined
42+
argv[flags.valuesFile.name] = `test/data/${LOCAL_PTT}-values.yaml`
4243

4344
let pttK8
4445
afterAll(async () => {

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.27.2'
24+
export const FST_CHART_VERSION = 'v0.28.2'
2525
export const HEDERA_PLATFORM_VERSION = 'v0.49.0-alpha.2'

0 commit comments

Comments
 (0)