From 20607e60d617de3170e3ecd39edf05b03b3b9a66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:46:07 +0000 Subject: [PATCH] chore(deps): update ethereum el/cl client updates --- .../embed/networks/ethereum/helmfile.yaml.gotmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/embed/networks/ethereum/helmfile.yaml.gotmpl b/internal/embed/networks/ethereum/helmfile.yaml.gotmpl index 4afde7ce..66b23fd6 100644 --- a/internal/embed/networks/ethereum/helmfile.yaml.gotmpl +++ b/internal/embed/networks/ethereum/helmfile.yaml.gotmpl @@ -28,7 +28,7 @@ releases: createNamespace: true chart: ethereum-helm-charts/ethereum-node # renovate: datasource=helm depName=ethereum-node registryUrl=https://ethpandaops.github.io/ethereum-helm-charts - version: 0.2.14 + version: 0.2.15 needs: [ethereum-pvcs] values: # Network and checkpoint sync configuration @@ -91,19 +91,19 @@ releases: image: {{- if eq .Values.executionClient "reth" }} # renovate: datasource=github-releases depName=paradigmxyz/reth - tag: v2.2.0 + tag: v2.3.0 {{- else if eq .Values.executionClient "geth" }} # renovate: datasource=github-releases depName=ethereum/go-ethereum tag: v1.17.3 {{- else if eq .Values.executionClient "nethermind" }} # renovate: datasource=github-releases depName=NethermindEth/nethermind - tag: "1.37.2" + tag: "1.38.0" {{- else if eq .Values.executionClient "besu" }} # renovate: datasource=github-releases depName=hyperledger/besu - tag: "26.5.0" + tag: "26.6.0" {{- else if eq .Values.executionClient "erigon" }} # renovate: datasource=github-releases depName=erigontech/erigon - tag: v3.4.2 + tag: v3.4.3 {{- end }} persistence: enabled: true @@ -123,7 +123,7 @@ releases: tag: v7.1.4 {{- else if eq .Values.consensusClient "teku" }} # renovate: datasource=github-releases depName=Consensys/teku - tag: "26.4.0" + tag: "26.6.0" {{- else if eq .Values.consensusClient "nimbus" }} # renovate: datasource=docker depName=statusim/nimbus-eth2 tag: multiarch-v26.5.0