Skip to content

Commit

Permalink
ci(deps): update graph dependencies
Browse files Browse the repository at this point in the history
| datasource | package               | from           | to             |
| ---------- | --------------------- | -------------- | -------------- |
| helm       | graph-network-indexer | 0.5.1-canary.1 | 0.5.2-canary.2 |
  • Loading branch information
graphops-renovate[bot] committed Oct 9, 2024
1 parent d9168bc commit 74fc0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graph/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ templates:
version: {{ .Values | get "graph-network-indexer" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "graph-network-indexer" dict | get "chartVersion" false ) ( .Values | get "graph-network-indexer" dict | get "chartUrl" false ) )) }}
version: "0.5.1-canary.1"
version: "0.5.2-canary.2"
{{- end }}

graph-toolbox:
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/graph.cue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ package LaunchpadNamespaces

"graph-network-indexer": {
chart: {_repositories.graphops.charts["graph-network-indexer"]}
_template: {version: "0.5.1-canary.1"}
_template: {version: "0.5.2-canary.2"}
}

"graph-toolbox": {
Expand Down

0 comments on commit 74fc0e2

Please sign in to comment.