Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/reth ports #227

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(charts/ethereum-node): reth (#234)
  • Loading branch information
Savid authored Sep 26, 2023
commit 72a7603a3b51d936c62289e67be3a7e236ead996
6 changes: 3 additions & 3 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
version: 1.0.8
- name: reth
repository: file://../reth
version: 0.0.6
version: 0.0.7
- name: grandine
repository: file://../grandine
version: 0.1.1
Expand All @@ -41,5 +41,5 @@ dependencies:
- name: xatu-sentry
repository: file://../xatu-sentry
version: 0.0.7
digest: sha256:543c2c4c01b61d535292f2e70fa8ba0508bf5ab99bc98ba7df47b5f3ec805f9b
generated: "2023-09-25T11:01:34.733253039+10:00"
digest: sha256:9e97bd2ea9f948a1f1fa7815888ab8749db08fd156983a627d7d9489f18a2b0e
generated: "2023-09-26T11:43:41.672340006+10:00"
4 changes: 2 additions & 2 deletions charts/ethereum-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://avatars.githubusercontent.com/u/6250754?s=200&v=4
sources:
- https://github.com/ethpandaops/ethereum-helm-charts
type: application
version: 0.0.12
version: 0.0.13
maintainers:
- name: skylenet
email: rafael@skyle.net
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies:
repository: "file://../nethermind"
condition: nethermind.enabled
- name: reth
version: "0.0.6"
version: "0.0.7"
#repository: "https://ethpandaops.github.io/ethereum-helm-charts"
repository: "file://../reth"
condition: reth.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/ethereum-node/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ethereum-node

![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.13](https://img.shields.io/badge/Version-0.0.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

This chart acts as an umbrella chart and allows to run a ethereum execution and consensus layer client. It's also able to deploy optional monitoring applications.

Expand All @@ -25,7 +25,7 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and
| file://../nethermind | nethermind | 1.0.8 |
| file://../nimbus | nimbus | 1.1.1 |
| file://../prysm | prysm | 1.1.1 |
| file://../reth | reth | 0.0.6 |
| file://../reth | reth | 0.0.7 |
| file://../teku | teku | 1.1.1 |
| file://../xatu-sentry | xatu-sentry | 0.0.7 |

Expand Down