diff --git a/helm-chart/mezod/Chart.yaml b/helm-chart/mezod/Chart.yaml index 2ef9518..cad8365 100644 --- a/helm-chart/mezod/Chart.yaml +++ b/helm-chart/mezod/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: mezod -version: 7.0.0 -appVersion: v6.0.0 +version: 7.0.1 +appVersion: v6.0.1 diff --git a/helm-chart/mezod/README.md b/helm-chart/mezod/README.md index 475ccb6..440a30d 100644 --- a/helm-chart/mezod/README.md +++ b/helm-chart/mezod/README.md @@ -36,14 +36,14 @@ kubectl -n create secret generic \ # mezod -![Version: 7.0.0](https://img.shields.io/badge/Version-7.0.0-informational?style=flat-square) ![AppVersion: v6.0.0](https://img.shields.io/badge/AppVersion-v6.0.0-informational?style=flat-square) +![Version: 7.0.1](https://img.shields.io/badge/Version-7.0.1-informational?style=flat-square) ![AppVersion: v6.0.1](https://img.shields.io/badge/AppVersion-v6.0.1-informational?style=flat-square) ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| | image | string | `"mezo/mezod"` | | -| tag | string | `"v6.0.0"` | | +| tag | string | `"v6.0.1"` | | | 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 | diff --git a/helm-chart/mezod/values.yaml b/helm-chart/mezod/values.yaml index ae7a32f..2e40b8b 100644 --- a/helm-chart/mezod/values.yaml +++ b/helm-chart/mezod/values.yaml @@ -1,5 +1,5 @@ image: "mezo/mezod" -tag: "v6.0.0" +tag: "v6.0.1" imagePullPolicy: Always env: