File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ Version ordering for Mezo Matsnet testnet:
7171- ` v0.2.0-rc3 ` : initial version from genesis to block 1093500
7272- ` v0.3.0-rc3 ` : from block 1093500 to block 1745000
7373- ` v0.4.0-rc1 ` : from block 1745000 to block 2213000
74- - ` v0.5.0-rc* ` : from block 2213000 to the current chain tip (pick the latest ` -rc* ` )
74+ - ` v0.5.0-rc1 ` : from block 2213000 to block 2563000
75+ - ` v0.6.0-rc* ` : from block 2563000 to the current chain tip (pick the latest ` -rc* ` )
7576
7677### State sync from snapshot
7778
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : mezod
3- version : 1.2 .0
4- appVersion : v0.5 .0-rc0
3+ version : 1.3 .0
4+ appVersion : v0.6 .0-rc0
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ kubectl -n <NAMESPACE> create secret generic <SECRET_NAME> \
3737
3838# mezod
3939
40- ![ Version: 1.2 .0] ( https://img.shields.io/badge/Version-1.2 .0-informational?style=flat-square ) ![ AppVersion: v0.5 .0-rc0] ( https://img.shields.io/badge/AppVersion-v0.5 .0--rc0-informational?style=flat-square )
40+ ![ Version: 1.3 .0] ( https://img.shields.io/badge/Version-1.3 .0-informational?style=flat-square ) ![ AppVersion: v0.6 .0-rc0] ( https://img.shields.io/badge/AppVersion-v0.6 .0--rc0-informational?style=flat-square )
4141
4242## Values
4343
4444| Key | Type | Default | Description |
4545| -----| ------| ---------| -------------|
4646| image | string | ` "us-central1-docker.pkg.dev/mezo-test-420708/mezo-staging-docker-public/mezod" ` | |
47- | tag | string | ` "v0.5 .0-rc0" ` | |
47+ | tag | string | ` "v0.6 .0-rc0" ` | |
4848| imagePullPolicy | string | ` "Always" ` | |
4949| env.NETWORK | string | ` "testnet" ` | Select the network to connect to |
5050| env.PUBLIC_IP | string | ` "CHANGE_ME" ` | Set public IP address of the validator |
Original file line number Diff line number Diff line change 11image : " us-central1-docker.pkg.dev/mezo-test-420708/mezo-staging-docker-public/mezod"
2- tag : " v0.5 .0-rc0"
2+ tag : " v0.6 .0-rc0"
33imagePullPolicy : Always
44
55env :
You can’t perform that action at this time.
0 commit comments