Skip to content

Commit 27a9734

Browse files
ci(deps): update graph dependencies (#1220)
| datasource | package | from | to | | ---------- | ---------- | -------------- | -------------- | | helm | graph-node | 0.5.9-canary.2 | 0.5.9-canary.3 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent 64731fa commit 27a9734

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
@@ -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.9-canary.2"
161+
version: "0.5.9-canary.3"
162162
{{- end }}
163163

164164
graph-network-indexer:

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
"graph-node": {
8989
chart: {_repositories.graphops.charts["graph-node"]}
9090
feature: #features.#node
91-
_template: {version: "0.5.9-canary.2"}
91+
_template: {version: "0.5.9-canary.3"}
9292
}
9393

9494
"graph-network-indexer": {

0 commit comments

Comments
 (0)