Skip to content

Commit 46c07c3

Browse files
ci(deps): update graph dependencies
| datasource | package | from | to | | ---------- | --------------------- | -------------- | --------------- | | helm | graph-network-indexer | 0.5.3 | 0.5.5-canary.1 | | helm | graph-node | 0.5.4-canary.1 | 0.5.4 | | helm | subgraph-radio | 0.2.13 | 0.2.14-canary.1 |
1 parent f9108bf commit 46c07c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

graph/helmfile.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.5.4-canary.1"
161+
version: "0.5.4"
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.3"
176+
version: "0.5.5-canary.1"
177177
{{- end }}
178178

179179
graph-toolbox:
@@ -233,7 +233,7 @@ templates:
233233
version: {{ .Values | get "subgraph-radio" | get "chartVersion" }}
234234
{{- end }}
235235
{{- if (not (or ( .Values | get "subgraph-radio" dict | get "chartVersion" false ) ( .Values | get "subgraph-radio" dict | get "chartUrl" false ) )) }}
236-
version: "0.2.13"
236+
version: "0.2.14-canary.1"
237237
{{- end }}
238238

239239
releases:

src/schemas/graph.cue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.5.4-canary.1"}
91+
_template: {version: "0.5.4"}
9292
}
9393

9494
"graph-network-indexer": {
9595
chart: {_repositories.graphops.charts["graph-network-indexer"]}
9696
feature: #features.#network_indexer
97-
_template: {version: "0.5.3"}
97+
_template: {version: "0.5.5-canary.1"}
9898
}
9999

100100
"graph-toolbox": {
@@ -117,7 +117,7 @@ package LaunchpadNamespaces
117117
"subgraph-radio": {
118118
chart: {_repositories.graphops.charts["subgraph-radio"]}
119119
feature: #features.#subgraph_radio
120-
_template: {version: "0.2.13"}
120+
_template: {version: "0.2.14-canary.1"}
121121
}
122122
}
123123

0 commit comments

Comments
 (0)