diff --git a/README.md b/README.md index 32e1872..d68d6b3 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v1.*.*`: from genesis to block 706500 - `v2.*.*`: from block 706500 to block 1735000 -- `v3.*.*`: from block 1735000 to the current chain tip +- `v3.*.*`: from block 1735000 to block 3194000 +- `v4.*.*`: from block 3194000 to the current chain tip ### State sync from snapshot diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index ab80119..86f2fed 100644 --- a/helm-chart/mezod/Chart.yaml +++ b/helm-chart/mezod/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: mezod -version: 5.0.0-rc0 -appVersion: v3.0.1 +version: 5.0.0 +appVersion: v4.0.0 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index 6a31e1a..adc0d73 100644 --- a/helm-chart/mezod/README.md +++ b/helm-chart/mezod/README.md @@ -36,14 +36,14 @@ kubectl -n create secret generic \ # mezod -![Version: 5.0.0-rc0](https://img.shields.io/badge/Version-5.0.0--rc0-informational?style=flat-square) ![AppVersion: v3.0.1](https://img.shields.io/badge/AppVersion-v3.0.1-informational?style=flat-square) +![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![AppVersion: v4.0.0](https://img.shields.io/badge/AppVersion-v4.0.0-informational?style=flat-square) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"mezo/mezod"` | | -| tag | string | `"v3.0.1"` | | +| tag | string | `"v4.0.0"` | | | imagePullPolicy | string | `"Always"` | | | env.NETWORK | string | `"mainnet"` | Select the network to connect to (mainnet or testnet) | | env.PUBLIC_IP | string | `"CHANGE_ME"` | Set public IP address of the validator | diff --git a/helm-chart/mezod/values.yaml b/helm-chart/mezod/values.yaml index 562ee73..01488a6 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "mezo/mezod" -tag: "v3.0.1" +tag: "v4.0.0" imagePullPolicy: Always env: