Skip to content

Commit

Permalink
ci(deps): update graph dependencies (#64)
Browse files Browse the repository at this point in the history
| datasource | package               | from           | to    |
| ---------- | --------------------- | -------------- | ----- |
| helm       | graph-network-indexer | 0.1.2          | 0.2.0 |
| helm       | graph-node            | 0.1.6-canary.1 | 0.2.0 |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Aug 10, 2023
1 parent 2e24733 commit 10117e8
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 @@ -96,13 +96,13 @@ templates:

graph-node:
chart: graphops/graph-node
version: 0.1.6-canary.1
version: 0.2.0
inherit:
- template: defaults

graph-network-indexer:
chart: graphops/graph-network-indexer
version: 0.1.2
version: 0.2.0
inherit:
- template: defaults

Expand Down
4 changes: 2 additions & 2 deletions src/schemas/graph.cue
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ package LaunchpadNamespaces
releases: {
"graph-node": {
chart: {_repositories.graphops.charts["graph-node"]}
_template: {version: "0.1.6-canary.1"}
_template: {version: "0.2.0"}
}

"graph-network-indexer": {
chart: {_repositories.graphops.charts["graph-network-indexer"]}
_template: {version: "0.1.2"}
_template: {version: "0.2.0"}
}

"graph-toolbox": {
Expand Down

0 comments on commit 10117e8

Please sign in to comment.