From 0d15441562d4dbe3cb0e1e0b933267cac9dd1b49 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:17:42 +0000 Subject: [PATCH] ci(deps): update polygon dependencies | datasource | package | from | to | | ---------- | ------- | ---------------- | --------------- | | helm | erigon | 0.12.14-canary.2 | 0.12.14 | | helm | proxyd | 0.7.9 | 0.7.10-canary.1 | --- 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 9c76e486..c81584f4 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -170,7 +170,7 @@ templates: version: {{ .Values | get "erigon" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "erigon" dict | get "chartVersion" false ) ( .Values | get "erigon" dict | get "chartUrl" false ) )) }} - version: "0.12.14-canary.2" + version: "0.12.14" {{- end }} heimdall: @@ -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.9" + version: "0.7.10-canary.1" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index 7b73c969..cc7da3c8 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -111,7 +111,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#erigon - _template: {version: "0.12.14-canary.2"} + _template: {version: "0.12.14"} } heimdall: { @@ -145,7 +145,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.9"} + _template: {version: "0.7.10-canary.1"} } }