Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#1171)
Browse files Browse the repository at this point in the history
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | graph-network-indexer | 0.5.12 | 0.5.13 |
| helm       | subgraph-radio        | 0.2.15 | 0.2.16 |

Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Dec 21, 2024
1 parent 6d2de34 commit a202f88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.12"
version: "0.5.13"
{{- end }}

graph-toolbox:
Expand Down Expand Up @@ -233,7 +233,7 @@ templates:
version: {{ .Values | get "subgraph-radio" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "subgraph-radio" dict | get "chartVersion" false ) ( .Values | get "subgraph-radio" dict | get "chartUrl" false ) )) }}
version: "0.2.15"
version: "0.2.16"
{{- end }}

releases:
Expand Down
4 changes: 2 additions & 2 deletions src/schemas/graph.cue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ package LaunchpadNamespaces
"graph-network-indexer": {
chart: {_repositories.graphops.charts["graph-network-indexer"]}
feature: #features.#network_indexer
_template: {version: "0.5.12"}
_template: {version: "0.5.13"}
}

"graph-toolbox": {
Expand All @@ -117,7 +117,7 @@ package LaunchpadNamespaces
"subgraph-radio": {
chart: {_repositories.graphops.charts["subgraph-radio"]}
feature: #features.#subgraph_radio
_template: {version: "0.2.15"}
_template: {version: "0.2.16"}
}
}

Expand Down

0 comments on commit a202f88

Please sign in to comment.