From 24cb407874363b4a0a0b8859e1caf832bbbd6e30 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:01:47 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies | datasource | package | from | to | | ---------- | ---------- | ---------------- | ------- | | helm | erigon | 0.12.19-canary.6 | 0.12.19 | | helm | lighthouse | 0.8.8-canary.1 | 0.8.8 | | helm | proxyd | 0.7.12-canary.2 | 0.7.12 | --- 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 25c15df2..04041205 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.19-canary.6" + version: "0.12.19" {{- end }} nimbus: @@ -200,7 +200,7 @@ templates: version: {{ .Values | get "lighthouse" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "lighthouse" dict | get "chartVersion" false ) ( .Values | get "lighthouse" dict | get "chartUrl" false ) )) }} - version: "0.8.8-canary.1" + version: "0.8.8" {{- end }} proxyd: @@ -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.12-canary.2" + version: "0.7.12" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index c20f5101..2e0dbe5a 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.19-canary.6"} + _template: {version: "0.12.19"} } nimbus: { @@ -152,7 +152,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.8.8-canary.1"} + _template: {version: "0.8.8"} } proxyd: { @@ -163,7 +163,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.12-canary.2"} + _template: {version: "0.7.12"} } }