From ffb0f56f2c8e323099a3233194e5d1d4ddb8d383 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 17:53:35 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies (#1107) | datasource | package | from | to | | ---------- | ------- | ---------------- | ---------------- | | helm | erigon | 0.10.10-canary.5 | 0.10.10-canary.6 | | helm | nimbus | 0.5.20-canary.5 | 0.5.20-canary.6 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> --- 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 72761432..38aa2451 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.10.10-canary.5" + version: "0.10.10-canary.6" {{- 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.5.20-canary.5" + version: "0.5.20-canary.6" {{- end }} proxyd: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index e2f51398..353aeabb 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -121,7 +121,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } - _template: {version: "0.10.10-canary.5"} + _template: {version: "0.10.10-canary.6"} } nimbus: { @@ -133,7 +133,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#nimbus - _template: {version: "0.5.20-canary.5"} + _template: {version: "0.5.20-canary.6"} } proxyd: {