Skip to content

Commit 5708f53

Browse files
Revert "ci(deps): update graph dependencies"
This reverts commit fd1c74c.
1 parent 0aca444 commit 5708f53

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.3-canary.2"
161+
version: "0.5.2"
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
@@ -83,7 +83,7 @@ package LaunchpadNamespaces
8383
releases: {
8484
"graph-node": {
8585
chart: {_repositories.graphops.charts["graph-node"]}
86-
_template: {version: "0.5.3-canary.2"}
86+
_template: {version: "0.5.2"}
8787
}
8888

8989
"graph-network-indexer": {

0 commit comments

Comments
 (0)