diff --git a/charts/dv-pod/Chart.yaml b/charts/dv-pod/Chart.yaml index 7620bcc..329d7cd 100644 --- a/charts/dv-pod/Chart.yaml +++ b/charts/dv-pod/Chart.yaml @@ -31,7 +31,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.18.1 +version: 0.19.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/dv-pod/README.md b/charts/dv-pod/README.md index 53c8845..1782054 100644 --- a/charts/dv-pod/README.md +++ b/charts/dv-pod/README.md @@ -2,7 +2,7 @@ DV-Pod =========== -![Version: 0.18.1](https://img.shields.io/badge/Version-0.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.4](https://img.shields.io/badge/AppVersion-1.9.4-informational?style=flat-square) +![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.9.4](https://img.shields.io/badge/AppVersion-1.9.4-informational?style=flat-square) A Helm chart for deploying a single distributed validator pod consisting of a Charon middleware client and validator client. diff --git a/charts/dv-pod/templates/prometheus-deployment.yaml b/charts/dv-pod/templates/prometheus-deployment.yaml index edc3609..94fa4c4 100644 --- a/charts/dv-pod/templates/prometheus-deployment.yaml +++ b/charts/dv-pod/templates/prometheus-deployment.yaml @@ -18,7 +18,7 @@ spec: containers: - args: - --config.file=/etc/prometheus/prometheus.yaml - image: prom/prometheus:v3.11.1 + image: prom/prometheus:v3.11.2 name: prometheus ports: - containerPort: 9090 diff --git a/charts/dv-pod/templates/statefulset.yaml b/charts/dv-pod/templates/statefulset.yaml index b123b63..d63af90 100644 --- a/charts/dv-pod/templates/statefulset.yaml +++ b/charts/dv-pod/templates/statefulset.yaml @@ -744,7 +744,7 @@ spec: - {{ . }} {{- end }} {{- else if eq .Values.validatorClient.type "lodestar" }} - image: {{ .Values.validatorClient.image.repository | default "chainsafe/lodestar" }}:{{ .Values.validatorClient.image.tag | default "v1.41.1" }} + image: {{ .Values.validatorClient.image.repository | default "chainsafe/lodestar" }}:{{ .Values.validatorClient.image.tag | default "v1.42.0" }} command: - node - /usr/app/packages/cli/bin/lodestar