From fc2e16830623d3d56fd766a67c1c85f8f54eef67 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 23:35:44 +0000 Subject: [PATCH] ci(deps): update graph dependencies (#1124) | datasource | package | from | to | | ---------- | ---------- | -------------- | -------------- | | helm | graph-node | 0.5.8-canary.3 | 0.5.8-canary.4 | 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 82164eb7..13f019cb 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.3" + version: "0.5.8-canary.4" {{- end }} graph-network-indexer: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 9e134152..5f5461bd 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -88,7 +88,7 @@ package LaunchpadNamespaces "graph-node": { chart: {_repositories.graphops.charts["graph-node"]} feature: #features.#node - _template: {version: "0.5.8-canary.3"} + _template: {version: "0.5.8-canary.4"} } "graph-network-indexer": {