diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index 13f019cb..e2c258cf 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.4" + version: "0.5.8" {{- end }} graph-network-indexer: @@ -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.10-canary.4" + version: "0.5.10" {{- end }} graph-toolbox: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 5f5461bd..992aaa38 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -88,13 +88,13 @@ package LaunchpadNamespaces "graph-node": { chart: {_repositories.graphops.charts["graph-node"]} feature: #features.#node - _template: {version: "0.5.8-canary.4"} + _template: {version: "0.5.8"} } "graph-network-indexer": { chart: {_repositories.graphops.charts["graph-network-indexer"]} feature: #features.#network_indexer - _template: {version: "0.5.10-canary.4"} + _template: {version: "0.5.10"} } "graph-toolbox": {