diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index 82164eb7..13f019cb 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.3" + version: "0.5.8-canary.4" {{- end }} graph-network-indexer: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index 9e134152..5f5461bd 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.8-canary.3"} + _template: {version: "0.5.8-canary.4"} } "graph-network-indexer": {