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 @@ -115,7 +115,8 @@ Asterisk (*) denotes the latest minor/patch version.
115115- ` v2.*.* ` : from block 706500 to block 1735000
116116- ` v3.*.* ` : from block 1735000 to block 3194000
117117- ` v4.*.* ` : from block 3194000 to block 5207000
118- - ` v5.*.* ` : from block 5207000 to the current chain tip
118+ - ` v5.*.* ` : from block 5207000 to block 6773500
119+ - ` v6.*.* ` : from block 6773500 to the current chain tip
119120
120121### State sync from snapshot
121122
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : mezod
3- version : 6 .0.0
4- appVersion : v5 .0.0
3+ version : 7 .0.0
4+ appVersion : v6 .0.0
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ kubectl -n <NAMESPACE> create secret generic <SECRET_NAME> \
3636
3737# mezod
3838
39- ![ Version: 6 .0.0] ( https://img.shields.io/badge/Version-6 .0.0-informational?style=flat-square ) ![ AppVersion: v5 .0.0] ( https://img.shields.io/badge/AppVersion-v5 .0.0-informational?style=flat-square )
39+ ![ Version: 7 .0.0] ( https://img.shields.io/badge/Version-7 .0.0-informational?style=flat-square ) ![ AppVersion: v6 .0.0] ( https://img.shields.io/badge/AppVersion-v6 .0.0-informational?style=flat-square )
4040
4141## Values
4242
4343| Key | Type | Default | Description |
4444| -----| ------| ---------| -------------|
4545| image | string | ` "mezo/mezod" ` | |
46- | tag | string | ` "v5 .0.0" ` | |
46+ | tag | string | ` "v6 .0.0" ` | |
4747| imagePullPolicy | string | ` "Always" ` | |
4848| env.NETWORK | string | ` "mainnet" ` | Select the network to connect to (mainnet or testnet) |
4949| env.PUBLIC_IP | string | ` "CHANGE_ME" ` | Set public IP address of the validator |
Original file line number Diff line number Diff line change 11image : " mezo/mezod"
2- tag : " v5 .0.0"
2+ tag : " v6 .0.0"
33imagePullPolicy : Always
44
55env :
You can’t perform that action at this time.
0 commit comments