diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index c945a96f..07670dea 100644 --- a/graph/helmfile.yaml +++ b/graph/helmfile.yaml @@ -233,7 +233,7 @@ templates: version: {{ .Values | get "subgraph-radio" | get "chartVersion" }} {{- end }} {{- if (not (or ( .Values | get "subgraph-radio" dict | get "chartVersion" false ) ( .Values | get "subgraph-radio" dict | get "chartUrl" false ) )) }} - version: "0.2.15-canary.1" + version: "0.2.15" {{- end }} releases: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index f31d0710..a3f24b50 100644 --- a/src/schemas/graph.cue +++ b/src/schemas/graph.cue @@ -117,7 +117,7 @@ package LaunchpadNamespaces "subgraph-radio": { chart: {_repositories.graphops.charts["subgraph-radio"]} feature: #features.#subgraph_radio - _template: {version: "0.2.15-canary.1"} + _template: {version: "0.2.15"} } }