diff --git a/charts/eth-validator-watcher/Chart.yaml b/charts/eth-validator-watcher/Chart.yaml index c33d824..9255423 100644 --- a/charts/eth-validator-watcher/Chart.yaml +++ b/charts/eth-validator-watcher/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 description: A Helm chart for running eth-validator-watcher name: eth-validator-watcher type: application -version: 1.2.0 -appVersion: v0.4.2 +version: 1.3.0 +appVersion: 0.7.1 maintainers: - name: Alluvial email: contact@alluvial.finance diff --git a/charts/eth-validator-watcher/README.md b/charts/eth-validator-watcher/README.md index 36700ee..f213405 100644 --- a/charts/eth-validator-watcher/README.md +++ b/charts/eth-validator-watcher/README.md @@ -1,6 +1,6 @@ # eth-validator-watcher -![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.2](https://img.shields.io/badge/AppVersion-v0.4.2-informational?style=flat-square) +![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.1](https://img.shields.io/badge/AppVersion-0.7.1-informational?style=flat-square) A Helm chart for running eth-validator-watcher diff --git a/charts/eth-validator-watcher/templates/deployment.yaml b/charts/eth-validator-watcher/templates/deployment.yaml index 964b3c7..bf99fc9 100644 --- a/charts/eth-validator-watcher/templates/deployment.yaml +++ b/charts/eth-validator-watcher/templates/deployment.yaml @@ -63,7 +63,7 @@ spec: livenessProbe: exec: command: - - /usr/bin/python3.9 + - /usr/bin/python3.11 - /usr/local/bin/liveness_check.py - /tmp/liveness initialDelaySeconds: {{ .initialDelaySeconds }} @@ -76,7 +76,7 @@ spec: readinessProbe: exec: command: - - /usr/bin/python3.9 + - /usr/bin/python3.11 - /usr/local/bin/liveness_check.py - /tmp/liveness initialDelaySeconds: {{ .initialDelaySeconds }}