Skip to content

Commit 985ed4c

Browse files
authored
Bump mezod to v2.0.1 (#76)
References: https://linear.app/thesis-co/issue/TET-1207/the-v201-mezod-release Here we bump the mezod version to v2.0.1 and release a new version of the Helm chart.
2 parents 982a517 + 3ece4d9 commit 985ed4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

helm-chart/mezod/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: v2
22
name: mezod
3-
version: 3.0.0
4-
appVersion: v2.0.0
3+
version: 3.0.1
4+
appVersion: v2.0.1

helm-chart/mezod/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ kubectl -n <NAMESPACE> create secret generic <SECRET_NAME> \
3636
3737
# mezod
3838

39-
![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![AppVersion: v2.0.0](https://img.shields.io/badge/AppVersion-v2.0.0-informational?style=flat-square)
39+
![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![AppVersion: v2.0.1](https://img.shields.io/badge/AppVersion-v2.0.1-informational?style=flat-square)
4040

4141
## Values
4242

4343
| Key | Type | Default | Description |
4444
|-----|------|---------|-------------|
4545
| image | string | `"mezo/mezod"` | |
46-
| tag | string | `"v2.0.0"` | |
46+
| tag | string | `"v2.0.1"` | |
4747
| imagePullPolicy | string | `"Always"` | |
4848
| env.NETWORK | string | `"mainnet"` | Select the network to connect to (mainnet or testnet) |
4949
| env.PUBLIC_IP | string | `"CHANGE_ME"` | Set public IP address of the validator |

helm-chart/mezod/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: "mezo/mezod"
2-
tag: "v2.0.0"
2+
tag: "v2.0.1"
33
imagePullPolicy: Always
44

55
env:

0 commit comments

Comments
 (0)