From 6f76c57ba3c4bb8270e961fc214a96e4e333be04 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:07:36 +0000 Subject: [PATCH] ci(deps): update polygon dependencies | datasource | package | from | to | | ---------- | ----------- | -------------- | --------------- | | helm | heimdall-v2 | 0.0.9 | 0.0.10-canary.1 | | helm | proxyd | 0.7.4-canary.1 | 0.7.4 | --- polygon/helmfile.yaml | 4 ++-- src/schemas/polygon.cue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index 74d0e8c0..e0ff3e57 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -185,7 +185,7 @@ templates: version: {{ .Values | get "heimdall" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "heimdall" dict | get "chartVersion" false ) ( .Values | get "heimdall" dict | get "chartUrl" false ) )) }} - version: "0.0.9" + version: "0.0.10-canary.1" {{- end }} heimdall-ha-svc: @@ -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.4-canary.1" + version: "0.7.4" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index e6d758e8..93a74964 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -123,7 +123,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#heimdall - _template: {version: "0.0.9"} + _template: {version: "0.0.10-canary.1"} } "heimdall-ha-svc": { @@ -145,7 +145,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.4-canary.1"} + _template: {version: "0.7.4"} } }