File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.16
18+ version : 0.1.17
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ spec:
195195 - name : EXPOSER_HTTP_PORT
196196 value : " 8081"
197197 - name : EXPOSER_GRPC_PORT
198- value : " 9091 "
198+ value : " 9099 "
199199 - name : EXPOSER_GENESIS_FILE
200200 value : {{ $defaultChain.home }}/config/genesis.json
201201 - name : EXPOSER_MNEMONIC_FILE
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FILE = config.yaml
33
44HELM_REPO = starship
55HELM_CHART = devnet
6- HELM_VERSION = v0.1.16
6+ HELM_VERSION = v0.1.17
77
88# ##############################################################################
99# ## Helm Charts ###
You can’t perform that action at this time.
0 commit comments