Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#1002)
Browse files Browse the repository at this point in the history
| datasource | package    | from  | to             |
| ---------- | ---------- | ----- | -------------- |
| helm       | graph-node | 0.5.3 | 0.5.4-canary.1 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Oct 17, 2024
1 parent 769395b commit efd5773
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 @@ -158,7 +158,7 @@ templates:
version: {{ .Values | get "graph-node" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "graph-node" dict | get "chartVersion" false ) ( .Values | get "graph-node" dict | get "chartUrl" false ) )) }}
version: "0.5.3"
version: "0.5.4-canary.1"
{{- end }}

graph-network-indexer:
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-node": {
chart: {_repositories.graphops.charts["graph-node"]}
feature: #features.#node
_template: {version: "0.5.3"}
_template: {version: "0.5.4-canary.1"}
}

"graph-network-indexer": {
Expand Down

0 comments on commit efd5773

Please sign in to comment.