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 5a2912c commit d8bea3eCopy full SHA for d8bea3e
graph/helmfile.yaml
@@ -158,7 +158,7 @@ templates:
158
version: {{ .Values | get "graph-node" | get "chartVersion" }}
159
{{- end }}
160
{{- if (not (or ( .Values | get "graph-node" dict | get "chartVersion" false ) ( .Values | get "graph-node" dict | get "chartUrl" false ) )) }}
161
- version: "0.6.5-canary.2"
+ version: "0.6.5"
162
163
164
graph-network-indexer:
src/schemas/graph.cue
@@ -88,7 +88,7 @@ package LaunchpadNamespaces
88
"graph-node": {
89
chart: {_repositories.graphops.charts["graph-node"]}
90
feature: #features.#node
91
- _template: {version: "0.6.5-canary.2"}
+ _template: {version: "0.6.5"}
92
}
93
94
"graph-network-indexer": {
0 commit comments