We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccc0f1 commit 646bc14Copy full SHA for 646bc14
charts/dv-pod/templates/statefulset.yaml
@@ -671,7 +671,7 @@ spec:
671
- {{ . }}
672
{{- end }}
673
{{- else if eq .Values.validatorClient.type "teku" }}
674
- image: {{ .Values.validatorClient.image.repository | default "consensys/teku" }}:{{ .Values.validatorClient.image.tag | default "25.9.3" }}
+ image: {{ .Values.validatorClient.image.repository | default "consensys/teku" }}:{{ .Values.validatorClient.image.tag | default "25.12.0" }}
675
command:
676
- /opt/teku/bin/teku
677
- validator-client
0 commit comments