From 018c2485ccc284730478e468978f309b432396ea Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:06:05 +0000 Subject: [PATCH] ci(deps): update graph dependencies (#1123) | datasource | package | from | to | | ---------- | --------------------- | --------------- | --------------- | | helm | graph-network-indexer | 0.5.10-canary.3 | 0.5.10-canary.4 | | helm | graph-node | 0.5.8-canary.1 | 0.5.8-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> --- graph/helmfile.yaml | 4 ++-- src/schemas/graph.cue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index 73a48c9f..82164eb7 100644 --- a/graph/helmfile.yaml +++ b/graph/helmfile.yaml @@ -158,7 +158,7 @@ templates: version: {{ .Values | get "graph-node" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "graph-node" dict | get "chartVersion" false ) ( .Values | get "graph-node" dict | get "chartUrl" false ) )) }} - version: "0.5.8-canary.1" + version: "0.5.8-canary.3" {{- end }} graph-network-indexer: @@ -173,7 +173,7 @@ templates: version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }} - version: "0.5.10-canary.3" + version: "0.5.10-canary.4" {{- end }} graph-toolbox: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index b5bb711c..9e134152 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -88,13 +88,13 @@ package LaunchpadNamespaces "graph-node": { chart: {_repositories.graphops.charts["graph-node"]} feature: #features.#node - _template: {version: "0.5.8-canary.1"} + _template: {version: "0.5.8-canary.3"} } "graph-network-indexer": { chart: {_repositories.graphops.charts["graph-network-indexer"]} feature: #features.#network_indexer - _template: {version: "0.5.10-canary.3"} + _template: {version: "0.5.10-canary.4"} } "graph-toolbox": {