Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions helm-chart/mezod/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions helm-chart/mezod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ kubectl -n <NAMESPACE> create secret generic <SECRET_NAME> \

# 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 |
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/mezod/values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down