From 9998db0048b719fe6cdb96a722c7e7c10eff7d60 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 03:08:39 +0000 Subject: [PATCH] ci(deps): update polygon dependencies | datasource | package | from | to | | ---------- | ------- | --------------- | --------------- | | helm | proxyd | 0.7.10-canary.2 | 0.7.10-canary.3 | --- polygon/helmfile.yaml | 2 +- src/schemas/polygon.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index e295ff88..7f757be7 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -215,7 +215,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.10-canary.2" + version: "0.7.10-canary.3" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index bf37d4e4..01f440a4 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -145,7 +145,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.10-canary.2"} + _template: {version: "0.7.10-canary.3"} } }