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 @@ -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

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: 5.0.0
appVersion: v4.0.0
version: 6.0.0
appVersion: v5.0.0
4 changes: 2 additions & 2 deletions helm-chart/mezod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ kubectl -n <NAMESPACE> create secret generic <SECRET_NAME> \

# 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 |
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: "mezo/mezod"
tag: "v4.0.0"
tag: "v5.0.0"
imagePullPolicy: Always

env:
Expand Down