From 10117e8eeac2cfbbf312909073e12d16897660f2 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:13:53 +0100 Subject: [PATCH] ci(deps): update graph dependencies (#64) | datasource | package | from | to | | ---------- | --------------------- | -------------- | ----- | | helm | graph-network-indexer | 0.1.2 | 0.2.0 | | helm | graph-node | 0.1.6-canary.1 | 0.2.0 | Co-authored-by: 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 f088962b..571f1e32 100644 --- a/graph/helmfile.yaml +++ b/graph/helmfile.yaml @@ -96,13 +96,13 @@ templates: graph-node: chart: graphops/graph-node - version: 0.1.6-canary.1 + version: 0.2.0 inherit: - template: defaults graph-network-indexer: chart: graphops/graph-network-indexer - version: 0.1.2 + version: 0.2.0 inherit: - template: defaults diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index c0ef795c..f5640e5b 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -53,12 +53,12 @@ package LaunchpadNamespaces releases: { "graph-node": { chart: {_repositories.graphops.charts["graph-node"]} - _template: {version: "0.1.6-canary.1"} + _template: {version: "0.2.0"} } "graph-network-indexer": { chart: {_repositories.graphops.charts["graph-network-indexer"]} - _template: {version: "0.1.2"} + _template: {version: "0.2.0"} } "graph-toolbox": {