From 2cb13e61d3ac1b82a3a7a8334d42177bdb725b02 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:48:43 +0000 Subject: [PATCH] ci(deps): update polygon dependencies | datasource | package | from | to | | ---------- | ----------- | ---------------- | --------------- | | helm | erigon | 0.12.19-canary.6 | 0.12.19 | | helm | heimdall-v2 | 0.0.19-canary.1 | 0.0.19-canary.2 | | helm | proxyd | 0.7.12-canary.2 | 0.7.12 | --- polygon/helmfile.yaml | 6 +++--- src/schemas/polygon.cue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/polygon/helmfile.yaml b/polygon/helmfile.yaml index a2a421d4..2f34667d 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.19-canary.6" + version: "0.12.19" {{- end }} heimdall: @@ -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.19-canary.1" + version: "0.0.19-canary.2" {{- 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.12-canary.2" + version: "0.7.12" {{- end }} releases: diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index 1cc9f0bc..758d98eb 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.19-canary.6"} + _template: {version: "0.12.19"} } heimdall: { @@ -123,7 +123,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/scalingIndex": "{{ $deploymentIndex }}" } feature: #features.#heimdall - _template: {version: "0.0.19-canary.1"} + _template: {version: "0.0.19-canary.2"} } "heimdall-ha-svc": { @@ -145,7 +145,7 @@ package LaunchpadNamespaces "app.launchpad.graphops.xyz/component": "{{ $canonicalRelease }}" } feature: #features.#proxyd - _template: {version: "0.7.12-canary.2"} + _template: {version: "0.7.12"} } }