Skip to content

Commit 646bc14

Browse files
chore(deps): update consensys/teku docker tag to v25.12.0 (#172)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ccc0f1 commit 646bc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/dv-pod/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ spec:
671671
- {{ . }}
672672
{{- end }}
673673
{{- else if eq .Values.validatorClient.type "teku" }}
674-
image: {{ .Values.validatorClient.image.repository | default "consensys/teku" }}:{{ .Values.validatorClient.image.tag | default "25.9.3" }}
674+
image: {{ .Values.validatorClient.image.repository | default "consensys/teku" }}:{{ .Values.validatorClient.image.tag | default "25.12.0" }}
675675
command:
676676
- /opt/teku/bin/teku
677677
- validator-client

0 commit comments

Comments
 (0)