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 aca3601 commit 1851358Copy full SHA for 1851358
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.5.2-canary.2"
+ version: "0.5.2"
162
163
164
graph-network-indexer:
src/schemas/graph.cue
@@ -83,7 +83,7 @@ package LaunchpadNamespaces
83
releases: {
84
"graph-node": {
85
chart: {_repositories.graphops.charts["graph-node"]}
86
- _template: {version: "0.5.2-canary.2"}
+ _template: {version: "0.5.2"}
87
}
88
89
"graph-network-indexer": {
0 commit comments