From 3d03733b7ed01af953a4714ba5b12e3955527db9 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:39:02 +0000 Subject: [PATCH] ci(deps): update celo dependencies | datasource | package | from | to | | ---------- | ------- | -------------- | ----- | | helm | proxyd | 0.7.4-canary.1 | 0.7.4 | --- 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 699b1c02..968f67f6 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.7.4-canary.1" + version: "0.7.4" {{- end }} releases: diff --git a/src/schemas/celo.cue b/src/schemas/celo.cue index a96250f2..94c739eb 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.7.4-canary.1"} + _template: {version: "0.7.4"} } }