We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6034f23 commit 90dab9bCopy full SHA for 90dab9b
graph/helmfile.yaml
@@ -233,7 +233,7 @@ templates:
233
version: {{ .Values | get "subgraph-radio" | get "chartVersion" }}
234
{{- end }}
235
{{- if (not (or ( .Values | get "subgraph-radio" dict | get "chartVersion" false ) ( .Values | get "subgraph-radio" dict | get "chartUrl" false ) )) }}
236
- version: "v0.2.18-canary.3"
+ version: "0.2.18"
237
238
239
releases:
src/schemas/graph.cue
@@ -117,7 +117,7 @@ package LaunchpadNamespaces
117
"subgraph-radio": {
118
chart: {_repositories.graphops.charts["subgraph-radio"]}
119
feature: #features.#subgraph_radio
120
- _template: {version: "v0.2.18-canary.3"}
+ _template: {version: "0.2.18"}
121
}
122
123
0 commit comments