From b3f0ba05eb3e1a01f31222f67ed515abee73a66a Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:39:13 +0000 Subject: [PATCH] ci(deps): update graph dependencies | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | helm | graph-node | 0.5.4 | 0.5.5 | --- 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 a718fa9dd..a4c6770c1 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.4" + version: "0.5.5" {{- end }} graph-network-indexer: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 14ec22121..83603ffa5 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.4"} + _template: {version: "0.5.5"} } "graph-network-indexer": {