Skip to content

Commit 12985a3

Browse files
ci(deps): update graph dependencies
| datasource | package | from | to | | ---------- | --------------------- | -------------- | ----- | | helm | graph-network-indexer | 0.2.6-canary.1 | 0.2.6 |
1 parent 233a998 commit 12985a3

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.6-canary.1"
176+
version: "0.2.6"
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.6-canary.1"}
91+
_template: {version: "0.2.6"}
9292
}
9393

9494
"graph-toolbox": {

0 commit comments

Comments
 (0)