File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22apiVersion : v2
3- appVersion : 0.24 .0-SNAPSHOT
3+ appVersion : 0.25 .0-SNAPSHOT
44description : A Helm chart for Hiero Block Node
55home : https://github.com/hiero-ledger/hiero-block-node
66keywords :
@@ -15,7 +15,7 @@ maintainers:
1515name : block-node-server
1616sources :
1717 - https://github.com/hiero-ledger/hiero-block-node
18- version : 0.24 .0-SNAPSHOT
18+ version : 0.25 .0-SNAPSHOT
1919dependencies :
2020 - name : kube-prometheus-stack
2121 alias : kubepromstack
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Set environment variables that will be used throughout this guide. Replace the v
3838
3939``` bash
4040export RELEASE=" bn-release" # bn-release is short for block-node-release
41- export VERSION=" 0.24 .0-SNAPSHOT"
41+ export VERSION=" 0.25 .0-SNAPSHOT"
4242```
4343
4444## Installation Options
@@ -161,7 +161,7 @@ To upgrade the chart to a new version from the OCI registry:
1611611. Set the new version :
162162
163163` ` ` bash
164- export VERSION="<new-version> "
164+ export VERSION="0.25.0-SNAPSHOT "
165165` ` `
166166
1671672. Save your current configuration :
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: Apache-2.0
22apiVersion : v2
3- appVersion : 0.24 .0-SNAPSHOT
3+ appVersion : 0.25 .0-SNAPSHOT
44description : A Helm chart for Hiero Blockstream Simulator.
55home : https://github.com/hiero-ledger/hiero-block-node
66keywords :
@@ -17,4 +17,4 @@ maintainers:
1717name : blockstream-simulator-chart
1818sources :
1919 - https://github.com/hiero-ledger/hiero-block-node
20- version : 0.24 .0-SNAPSHOT
20+ version : 0.25 .0-SNAPSHOT
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Set Release name and version to install.
1111
1212``` bash
1313export RELEASE=" simulator-release"
14- export VERSION=" 0.24 .0-SNAPSHOT"
14+ export VERSION=" 0.25 .0-SNAPSHOT"
1515```
1616
1717## Template
Original file line number Diff line number Diff line change 1- 0.24 .0-SNAPSHOT
1+ 0.25 .0-SNAPSHOT
You can’t perform that action at this time.
0 commit comments