From 228e99d8704ed3c27222f54694d40222abe74363 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:15:35 +0000 Subject: [PATCH] ci(deps): update polygon dependencies (#174) | datasource | package | from | to | | ---------- | -------- | --------------- | --------------- | | helm | erigon | 0.8.5-canary.11 | 0.8.5-canary.12 | | helm | heimdall | 1.1.4-canary.1 | 1.1.4-canary.2 | Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com> --- 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 e4b6e0bd..fb6c1b68 100644 --- a/polygon/helmfile.yaml +++ b/polygon/helmfile.yaml @@ -133,7 +133,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.8.5-canary.11" + version: "0.8.5-canary.12" {{- end }} heimdall: {{- if ( .Values | get "heimdall" dict | get "chartUrl" false ) }} @@ -147,7 +147,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: "1.1.4-canary.1" + version: "1.1.4-canary.2" {{- end }} proxyd: {{- if ( .Values | get "proxyd" dict | get "chartUrl" false ) }} diff --git a/src/schemas/polygon.cue b/src/schemas/polygon.cue index 6de61322..211af79c 100644 --- a/src/schemas/polygon.cue +++ b/src/schemas/polygon.cue @@ -44,12 +44,12 @@ package LaunchpadNamespaces releases: { erigon: { chart: {_repositories.graphops.charts.erigon} - _template: {version: "0.8.5-canary.11"} + _template: {version: "0.8.5-canary.12"} } heimdall: { chart: {_repositories.graphops.charts.heimdall} - _template: {version: "1.1.4-canary.1"} + _template: {version: "1.1.4-canary.2"} } proxyd: {