From 7180aa94191baf10d4b45ca4f7a5557aa5944668 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:09:00 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies | datasource | package | from | to | | ---------- | ------- | ---------------- | ------- | | helm | erigon | 0.12.14-canary.2 | 0.12.14 | | helm | nimbus | 0.6.15-canary.2 | 0.6.15 | --- 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 5d8ad106..f847531c 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.14-canary.2" + version: "0.12.14" {{- 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.15-canary.2" + version: "0.6.15" {{- end }} lighthouse: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 30b7e544..0a716768 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.14-canary.2"} + _template: {version: "0.12.14"} } nimbus: { @@ -140,7 +140,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#nimbus - _template: {version: "0.6.15-canary.2"} + _template: {version: "0.6.15"} } lighthouse: {