From 3ab9b588a6f318ea7e746af4c37d139c31637418 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 22:38:49 +0000 Subject: [PATCH] ci(deps): update graph dependencies (#1158) | datasource | package | from | to | | ---------- | --------------------- | --------------- | -------------- | | helm | graph-network-indexer | 0.5.11-canary.2 | 0.5.11 | | helm | graph-toolbox | 0.1.1 | 0.1.2-canary.1 | Co-authored-by: graphops-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 a1ec5b13..87bb2843 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-canary.2" + version: "0.5.11" {{- end }} graph-toolbox: @@ -188,7 +188,7 @@ templates: version: {{ .Values | get "graph-toolbox" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "graph-toolbox" dict | get "chartVersion" false ) ( .Values | get "graph-toolbox" dict | get "chartUrl" false ) )) }} - version: "0.1.1" + version: "0.1.2-canary.1" {{- end }} graph-operator-mnemonic: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 3dc742bf..10a70bef 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -94,13 +94,13 @@ package LaunchpadNamespaces "graph-network-indexer": { chart: {_repositories.graphops.charts["graph-network-indexer"]} feature: #features.#network_indexer - _template: {version: "0.5.11-canary.2"} + _template: {version: "0.5.11"} } "graph-toolbox": { chart: {_repositories.graphops.charts["graph-toolbox"]} feature: #features.#toolbox - _template: {version: "0.1.1"} + _template: {version: "0.1.2-canary.1"} } "graph-operator-mnemonic": {