From 84a3843c33490f57bf8f03bf65eb22b1599e4ccb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:26:07 +0000 Subject: [PATCH] chore(deps): update ethereum el/cl client updates --- internal/embed/networks/ethereum/helmfile.yaml.gotmpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/embed/networks/ethereum/helmfile.yaml.gotmpl b/internal/embed/networks/ethereum/helmfile.yaml.gotmpl index 048f8388..7e12ed0f 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.3.0 + tag: v2.4.1 {{- else if eq .Values.executionClient "geth" }} # renovate: datasource=github-releases depName=ethereum/go-ethereum tag: v1.17.4 {{- else if eq .Values.executionClient "nethermind" }} # renovate: datasource=github-releases depName=NethermindEth/nethermind - tag: "1.39.0" + tag: "1.39.2" {{- else if eq .Values.executionClient "besu" }} # renovate: datasource=github-releases depName=hyperledger/besu tag: "26.7.0" {{- else if eq .Values.executionClient "erigon" }} # renovate: datasource=github-releases depName=erigontech/erigon - tag: v3.5.1 + tag: v3.5.3 {{- end }} persistence: enabled: true @@ -117,10 +117,10 @@ releases: image: {{- if eq .Values.consensusClient "lighthouse" }} # renovate: datasource=github-releases depName=sigp/lighthouse - tag: v8.2.0 + tag: v8.2.1 {{- else if eq .Values.consensusClient "prysm" }} # renovate: datasource=github-releases depName=OffchainLabs/prysm - tag: v7.1.6 + tag: v7.1.7 {{- else if eq .Values.consensusClient "teku" }} # renovate: datasource=github-releases depName=Consensys/teku tag: "26.7.1"