diff --git a/graph/helmfile.yaml b/graph/helmfile.yaml index bbb8f6ef..c945a96f 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.14" + version: "0.2.15-canary.1" {{- end }} releases: diff --git a/src/schemas/graph.cue b/src/schemas/graph.cue index d0ce4a0b..f31d0710 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.14"} + _template: {version: "0.2.15-canary.1"} } }