diff --git a/README.md b/README.md index 9c294ef..c542cc2 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v6.*.*`: from block 10325250 to block 11688500 - `v7.*.*`: from block 11688500 to block 11854127 - `v8.*.*`: from block 11854127 to block 12193600 -- `v9.*.*`: from block 12193600 to the current chain tip +- `v9.*.*`: from block 12193600 to block 12872000 +- `v10.*.*`: from block 12872000 to the current chain tip #### Version ordering for Mezo Mainnet @@ -122,7 +123,8 @@ Asterisk (*) denotes the latest minor/patch version. - `v6.*.*`: from block 6773500 to block 7691500 - `v7.*.*`: from block 7691500 to block 7739500 - `v8.*.*`: from block 7739500 to block 8194500 -- `v9.*.*`: from block 8194500 to the current chain tip +- `v9.*.*`: from block 8194500 to block 8773000 +- `v10.*.*`: from block 8773000 to the current chain tip ### State sync from snapshot diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index 4739491..4ec8771 100644 --- a/helm-chart/mezod/Chart.yaml +++ b/helm-chart/mezod/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: mezod -version: 10.1.0 -appVersion: v9.1.0 +version: 11.0.0 +appVersion: v10.0.0 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index 32034f1..adb26ce 100644 --- a/helm-chart/mezod/README.md +++ b/helm-chart/mezod/README.md @@ -36,14 +36,14 @@ kubectl -n create secret generic \ # mezod -![Version: 10.1.0](https://img.shields.io/badge/Version-10.1.0-informational?style=flat-square) ![AppVersion: v9.1.0](https://img.shields.io/badge/AppVersion-v9.1.0-informational?style=flat-square) +![Version: 11.0.0](https://img.shields.io/badge/Version-11.0.0-informational?style=flat-square) ![AppVersion: v10.0.0](https://img.shields.io/badge/AppVersion-v10.0.0-informational?style=flat-square) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"mezo/mezod"` | | -| tag | string | `"v9.1.0"` | | +| tag | string | `"v10.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 8ca4846..37e27a4 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "mezo/mezod" -tag: "v9.1.0" +tag: "v10.0.0" imagePullPolicy: Always env: