From 1602d38d9bf90f1d353f4f6d60754e30adfef0c7 Mon Sep 17 00:00:00 2001 From: Ian Alexander Wood Date: Thu, 17 Oct 2024 22:07:09 +0100 Subject: [PATCH] fix: graph-network-indexer version (#1009) --- 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 65967dd1..a718fa9d 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.5-canary.1" + version: "0.5.4" {{- end }} graph-toolbox: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 36d354a1..14ec2212 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.5-canary.1"} + _template: {version: "0.5.4"} } "graph-toolbox": {