From 9ee54d91a49cf91f84de1a1e1180b7033618ce48 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 03:15:40 +0000 Subject: [PATCH] ci(deps): update celo dependencies (#1101) | datasource | package | from | to | | ---------- | ------- | -------------- | ----- | | helm | proxyd | 0.6.4-canary.2 | 0.6.4 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> --- celo/helmfile.yaml | 2 +- src/schemas/celo.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/celo/helmfile.yaml b/celo/helmfile.yaml index d38d0d37..72cd1586 100644 --- a/celo/helmfile.yaml +++ b/celo/helmfile.yaml @@ -185,7 +185,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-canary.2" + version: "0.6.4" {{- end }} releases: diff --git a/src/schemas/celo.cue b/src/schemas/celo.cue index 8121f537..596b7b40 100644 --- a/src/schemas/celo.cue +++ b/src/schemas/celo.cue @@ -116,7 +116,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.6.4-canary.2"} + _template: {version: "0.6.4"} } }