Skip to content

Commit 70e50fe

Browse files
committed
Update the chart version, change exposer grpc port to 9099 instead
1 parent 1033a8b commit 70e50fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/devnet/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/devnet/templates/chain/validator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/multi-chain/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FILE = config.yaml
33

44
HELM_REPO = starship
55
HELM_CHART = devnet
6-
HELM_VERSION = v0.1.16
6+
HELM_VERSION = v0.1.17
77

88
###############################################################################
99
### Helm Charts ###

0 commit comments

Comments
 (0)