From 1ab42510f24bfc472a25741a1b7321f6efa51385 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 03:00:11 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies (#1135) | datasource | package | from | to | | ---------- | ------- | -------------- | -------------- | | helm | proxyd | 0.6.5-canary.1 | 0.6.5-canary.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> --- ethereum/helmfile.yaml | 2 +- src/schemas/ethereum.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereum/helmfile.yaml b/ethereum/helmfile.yaml index 30f43280..d49f734d 100644 --- a/ethereum/helmfile.yaml +++ b/ethereum/helmfile.yaml @@ -200,7 +200,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.6.5-canary.1" + version: "0.6.5-canary.2" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index e6a9faa1..14cacc7f 100644 --- a/src/schemas/ethereum.cue +++ b/src/schemas/ethereum.cue @@ -144,7 +144,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.6.5-canary.1"} + _template: {version: "0.6.5-canary.2"} } }