diff --git a/README.md b/README.md index d45dc20..5ba6b5c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ Version ordering for Mezo Matsnet testnet: - `v0.4.0-rc1`: from block 1745000 to block 2213000 - `v0.5.0-rc1`: from block 2213000 to block 2563000 - `v0.6.0-rc2`: from block 2563000 to block 3078794 -- `v0.7.0-rc*`: from block 3078794 to the current chain tip (pick the latest `-rc*`) +- `v0.7.0-rc0`: from block 3078794 to block 3569000 +- `v1.0.0-rc*`: from block 3569000 to the current chain tip (pick the latest `-rc*`) ### State sync from snapshot diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index b9d236b..3511817 100644 --- a/helm-chart/mezod/Chart.yaml +++ b/helm-chart/mezod/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: mezod -version: 1.4.0 -appVersion: v0.7.0-rc0 +version: 1.5.0 +appVersion: v1.0.0-rc0 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index 7b73200..256e796 100644 --- a/helm-chart/mezod/README.md +++ b/helm-chart/mezod/README.md @@ -37,14 +37,14 @@ kubectl -n create secret generic \ # mezod -![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![AppVersion: v0.7.0-rc0](https://img.shields.io/badge/AppVersion-v0.7.0--rc0-informational?style=flat-square) +![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![AppVersion: v1.0.0-rc0](https://img.shields.io/badge/AppVersion-v1.0.0--rc0-informational?style=flat-square) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"us-central1-docker.pkg.dev/mezo-test-420708/mezo-staging-docker-public/mezod"` | | -| tag | string | `"v0.7.0-rc0"` | | +| tag | string | `"v1.0.0-rc0"` | | | imagePullPolicy | string | `"Always"` | | | env.NETWORK | string | `"testnet"` | Select the network to connect to | | 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 bf31430..574b775 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "us-central1-docker.pkg.dev/mezo-test-420708/mezo-staging-docker-public/mezod" -tag: "v0.7.0-rc0" +tag: "v1.0.0-rc0" imagePullPolicy: Always env: