Skip to content

Commit 16b5e47

Browse files
ci(deps): update graph dependencies
| datasource | package | from | to | | ---------- | --------------------- | ----- | -------------- | | helm | graph-network-indexer | 0.2.5 | 0.2.6-canary.1 |
1 parent 738c229 commit 16b5e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graph/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.5"
176+
version: "0.2.6-canary.1"
177177
{{- end }}
178178

179179
graph-toolbox:

src/schemas/graph.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ package LaunchpadNamespaces
8888

8989
"graph-network-indexer": {
9090
chart: {_repositories.graphops.charts["graph-network-indexer"]}
91-
_template: {version: "0.2.5"}
91+
_template: {version: "0.2.6-canary.1"}
9292
}
9393

9494
"graph-toolbox": {

0 commit comments

Comments
 (0)