diff --git a/internal/embed/networks/ethereum/helmfile.yaml.gotmpl b/internal/embed/networks/ethereum/helmfile.yaml.gotmpl index 4afde7ce..3f844e89 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 @@ -97,13 +97,13 @@ releases: 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