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"