File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ templates:
158
158
version : {{ .Values | get "graph-node" | get "chartVersion" }}
159
159
{{- end }}
160
160
{{- if (not (or ( .Values | get "graph-node" dict | get "chartVersion" false ) ( .Values | get "graph-node" dict | get "chartUrl" false ) )) }}
161
- version : " 0.5.10-canary.6 "
161
+ version : " 0.5.10-canary.7 "
162
162
{{- end }}
163
163
164
164
graph-network-indexer :
@@ -173,7 +173,7 @@ templates:
173
173
version : {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
174
174
{{- end }}
175
175
{{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }}
176
- version : " 0.5.20-canary.1 "
176
+ version : " 0.5.20-canary.2 "
177
177
{{- end }}
178
178
179
179
graph-toolbox :
Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ package LaunchpadNamespaces
88
88
" graph-node " : {
89
89
chart : {_repositories .graphops .charts [" graph-node " ]}
90
90
feature : #features .#node
91
- _template : {version : " 0.5.10-canary.6 " }
91
+ _template : {version : " 0.5.10-canary.7 " }
92
92
}
93
93
94
94
" graph-network-indexer " : {
95
95
chart : {_repositories .graphops .charts [" graph-network-indexer " ]}
96
96
feature : #features .#network_indexer
97
- _template : {version : " 0.5.20-canary.1 " }
97
+ _template : {version : " 0.5.20-canary.2 " }
98
98
}
99
99
100
100
" graph-toolbox " : {
You can’t perform that action at this time.
0 commit comments