From 9e9daeba889a531e34ef2a243f3ab4c0e51d6c01 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 17:37:46 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies | datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | erigon | 0.12.1-canary.2 | 0.12.1-canary.3 | | helm | nimbus | 0.6.9-canary.2 | 0.6.9 | | helm | proxyd | 0.7.2-canary.2 | 0.7.2 | --- ethereum/helmfile.yaml | 6 +++--- src/schemas/ethereum.cue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 470acceb..9732bd58 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.1-canary.2" + version: "0.12.1-canary.3" {{- end }} nimbus: @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "nimbus" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "nimbus" dict | get "chartVersion" false ) ( .Values | get "nimbus" dict | get "chartUrl" false ) )) }} - version: "0.6.9-canary.2" + version: "0.6.9" {{- end }} lighthouse: @@ -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.2-canary.2" + version: "0.7.2" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 7ab0f64b..8e6a81b6 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.1-canary.2"} + _template: {version: "0.12.1-canary.3"} } nimbus: { @@ -140,7 +140,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#nimbus - _template: {version: "0.6.9-canary.2"} + _template: {version: "0.6.9"} } lighthouse: { @@ -163,7 +163,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.2-canary.2"} + _template: {version: "0.7.2"} } }