Skip to content

Commit

Permalink
ci(deps): update ethereum dependencies (#68)
Browse files Browse the repository at this point in the history
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | proxyd  | 0.3.0 | 0.3.1 |

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 7a2cf8b commit 2e24733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ethereum/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ templates:

proxyd:
chart: graphops/proxyd
version: 0.3.0
version: 0.3.1
inherit:
- template: defaults

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/ethereum.cue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ package LaunchpadNamespaces
proxyd: {
chart: {_repositories.graphops.charts.proxyd}
feature: #features.#proxyd
_template: {version: "0.3.0"}
_template: {version: "0.3.1"}
}
}

Expand Down

0 comments on commit 2e24733

Please sign in to comment.