From 065a250490ec04a25c097a1fd61f159d4efc1995 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:14:27 +0000 Subject: [PATCH] ci(deps): update graph dependencies (#1164) | datasource | package | from | to | | ---------- | --------------------- | ------ | --------------- | | helm | graph-network-indexer | 0.5.11 | 0.5.12-canary.1 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com> --- graph/helmfile.yaml | 2 +- src/schemas/graph.cue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index 87bb2843..67f6f15e 100644 --- a/graph/helmfile.yaml +++ b/graph/helmfile.yaml @@ -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.11" + version: "0.5.12-canary.1" {{- end }} graph-toolbox: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 10a70bef..263a7354 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -94,7 +94,7 @@ package LaunchpadNamespaces "graph-network-indexer": { chart: {_repositories.graphops.charts["graph-network-indexer"]} feature: #features.#network_indexer - _template: {version: "0.5.11"} + _template: {version: "0.5.12-canary.1"} } "graph-toolbox": {