Skip to content

Commit 8deef6a

Browse files
authored
Bump mezod to v9.1.0 (#96)
## Introduction Bumping mezod to v9.1.0 release. The Helm chart version moves to 10.1.0 to track the minor bump. ## Changes The Helm chart now targets mezod v9.1.0 (chart version 10.1.0). The Docker image tag, chart version, appVersion, and README badges all reflect the new version. No block ordering changes are needed in the main README since this is a minor bump within the existing `v9.*.*` range.
2 parents bb6df33 + 07ae9c1 commit 8deef6a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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: 10.0.0
4-
appVersion: v9.0.0
3+
version: 10.1.0
4+
appVersion: v9.1.0

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: 10.0.0](https://img.shields.io/badge/Version-10.0.0-informational?style=flat-square) ![AppVersion: v9.0.0](https://img.shields.io/badge/AppVersion-v9.0.0-informational?style=flat-square)
39+
![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)
4040

4141
## Values
4242

4343
| Key | Type | Default | Description |
4444
|-----|------|---------|-------------|
4545
| image | string | `"mezo/mezod"` | |
46-
| tag | string | `"v9.0.0"` | |
46+
| tag | string | `"v9.1.0"` | |
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: "v9.0.0"
2+
tag: "v9.1.0"
33
imagePullPolicy: Always
44

55
env:

0 commit comments

Comments
 (0)