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:
158158 version : {{ .Values | get "graph-node" | get "chartVersion" }}
159159 {{- end }}
160160 {{- 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.1 "
161+ version : " 0.6.5-canary.2 "
162162 {{- end }}
163163
164164 graph-network-indexer :
@@ -173,7 +173,7 @@ templates:
173173 version : {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
174174 {{- end }}
175175 {{- 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.22-canary.6 "
176+ version : " 0.5.22-canary.8 "
177177 {{- end }}
178178
179179 graph-toolbox :
Original file line number Diff line number Diff line change @@ -88,13 +88,13 @@ package LaunchpadNamespaces
8888 " graph-node " : {
8989 chart : {_repositories .graphops .charts [" graph-node " ]}
9090 feature : #features .#node
91- _template : {version : " 0.6.5-canary.1 " }
91+ _template : {version : " 0.6.5-canary.2 " }
9292 }
9393
9494 " graph-network-indexer " : {
9595 chart : {_repositories .graphops .charts [" graph-network-indexer " ]}
9696 feature : #features .#network_indexer
97- _template : {version : " 0.5.22-canary.6 " }
97+ _template : {version : " 0.5.22-canary.8 " }
9898 }
9999
100100 " graph-toolbox " : {
You can’t perform that action at this time.
0 commit comments