diff --git a/README.md b/README.md index 604a316..c13819b 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,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 block 3194000 -- `v4.*.*`: from block 3194000 to the current chain tip +- `v4.*.*`: from block 3194000 to block 5207000 +- `v5.*.*`: from block 5207000 to the current chain tip ### State sync from snapshot diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index 86f2fed..befdd5e 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 -appVersion: v4.0.0 +version: 6.0.0 +appVersion: v5.0.0 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index adc0d73..73b6778 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](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) +![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) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"mezo/mezod"` | | -| tag | string | `"v4.0.0"` | | +| tag | string | `"v5.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 01488a6..bd4f6dc 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "mezo/mezod" -tag: "v4.0.0" +tag: "v5.0.0" imagePullPolicy: Always env: