From f1896949e889661fb479ab7718d679f6b4a497ed Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 23:36:12 +0000 Subject: [PATCH] ci(deps): update ethereum dependencies (#1117) | datasource | package | from | to | | ---------- | ------- | ----- | -------------- | | helm | proxyd | 0.6.4 | 0.6.5-canary.1 | 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 a4c49d77..0dd45043 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.4" + version: "0.6.5-canary.1" {{- end }} releases: diff --git a/src/schemas/ethereum.cue b/src/schemas/ethereum.cue index 8bd1255d..13a06580 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.4"} + _template: {version: "0.6.5-canary.1"} } }