From 9bba96e448d6d1dbd8963957454aaa58f58e3c98 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:54:27 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies | datasource | package | from | to | | ---------- | ------- | --------------- | ------ | | helm | erigon | 0.12.2-canary.3 | 0.12.2 | | helm | proxyd | 0.7.3-canary.1 | 0.7.3 | --- ethereum/helmfile.yaml | 4 ++-- src/schemas/ethereum.cue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index e0562c2c..0fe98f16 100644 --- a/ethereum/helmfile.yaml +++ b/ethereum/helmfile.yaml @@ -170,7 +170,7 @@ templates: version: {{ .Values | get "erigon" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }} - version: "0.12.2-canary.3" + version: "0.12.2" {{- end }} nimbus: @@ -215,7 +215,7 @@ templates: version: {{ .Values | get "proxyd" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "proxyd" dict | get "chartVersion" false ) ( .Values | get "proxyd" dict | get "chartUrl" false ) )) }} - version: "0.7.3-canary.1" + version: "0.7.3" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 525c9c4f..0d59da9e 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -128,7 +128,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.12.2-canary.3"} + _template: {version: "0.12.2"} } nimbus: { @@ -163,7 +163,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.3-canary.1"} + _template: {version: "0.7.3"} } }