From a816f4c70f6f402c6b02e5a57dfa08a5a7369dd8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:19:35 +0000 Subject: [PATCH] chore(deps): update ethereum el/cl client updates --- .../embed/networks/ethereum/helmfile.yaml.gotmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/internal/embed/networks/ethereum/helmfile.yaml.gotmpl b/internal/embed/networks/ethereum/helmfile.yaml.gotmpl index 6c0540740..34d2d50a1 100644 --- a/internal/embed/networks/ethereum/helmfile.yaml.gotmpl +++ b/internal/embed/networks/ethereum/helmfile.yaml.gotmpl @@ -91,19 +91,19 @@ releases: image: {{- if eq .Values.executionClient "reth" }} # renovate: datasource=github-releases depName=paradigmxyz/reth - tag: v2.4.1 + tag: v2.5.1 {{- else if eq .Values.executionClient "geth" }} # renovate: datasource=github-releases depName=ethereum/go-ethereum tag: v1.17.5 {{- else if eq .Values.executionClient "nethermind" }} # renovate: datasource=github-releases depName=NethermindEth/nethermind - tag: "1.39.2" + tag: "1.39.3" {{- else if eq .Values.executionClient "besu" }} # renovate: datasource=github-releases depName=hyperledger/besu - tag: "26.7.1" + tag: "26.8.0" {{- else if eq .Values.executionClient "erigon" }} # renovate: datasource=github-releases depName=erigontech/erigon - tag: v3.5.4 + tag: v3.5.5 {{- end }} {{- if eq .Values.executionClient "reth" }} # reth keeps p2p (30303) closed while running post-crash consistency @@ -131,19 +131,19 @@ releases: image: {{- if eq .Values.consensusClient "lighthouse" }} # renovate: datasource=github-releases depName=sigp/lighthouse - tag: v8.2.1 + tag: v8.2.2 {{- else if eq .Values.consensusClient "prysm" }} # renovate: datasource=github-releases depName=OffchainLabs/prysm tag: v7.1.8 {{- else if eq .Values.consensusClient "teku" }} # renovate: datasource=github-releases depName=Consensys/teku - tag: "26.7.1" + tag: "26.8.0" {{- else if eq .Values.consensusClient "nimbus" }} # renovate: datasource=docker depName=statusim/nimbus-eth2 tag: multiarch-v26.5.0 {{- else if eq .Values.consensusClient "lodestar" }} # renovate: datasource=github-releases depName=ChainSafe/lodestar - tag: v1.45.0 + tag: v1.46.0 {{- end }} persistence: enabled: true