-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethereum-node: bump chart deps (#346)
* ethereum-node: bump chart depedency version * fix erigon and ethjs * fix lint * fix nc issue erigon rpc daemon --------- Co-authored-by: Barnabas Busa <[email protected]>
- Loading branch information
1 parent
e52fb19
commit 5d46b54
Showing
9 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ icon: https://pbs.twimg.com/profile_images/1420080204148576274/-4OFIs2x_400x400. | |
sources: | ||
- https://github.com/ledgerwatch/erigon | ||
type: application | ||
version: 1.0.10 | ||
version: 1.0.11 | ||
maintainers: | ||
- name: skylenet | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.26 | ||
version: 0.0.27 | ||
maintainers: | ||
- name: skylenet | ||
email: [email protected] | ||
|
@@ -20,12 +20,12 @@ dependencies: | |
repository: "file://../besu" | ||
condition: besu.enabled | ||
- name: erigon | ||
version: "1.0.10" | ||
version: "1.0.11" | ||
#repository: "https://ethpandaops.github.io/ethereum-helm-charts" | ||
repository: "file://../erigon" | ||
condition: erigon.enabled | ||
- name: ethereumjs | ||
version: "0.0.8" | ||
version: "0.0.9" | ||
#repository: "https://ethpandaops.github.io/ethereum-helm-charts" | ||
repository: "file://../ethereumjs" | ||
condition: ethereumjs.enabled | ||
|
@@ -35,7 +35,7 @@ dependencies: | |
repository: "file://../geth" | ||
condition: geth.enabled | ||
- name: nethermind | ||
version: "1.0.12" | ||
version: "1.0.13" | ||
#repository: "https://ethpandaops.github.io/ethereum-helm-charts" | ||
repository: "file://../nethermind" | ||
condition: nethermind.enabled | ||
|
@@ -51,7 +51,7 @@ dependencies: | |
repository: "file://../grandine" | ||
condition: grandine.enabled | ||
- name: lighthouse | ||
version: "1.1.3" | ||
version: "1.1.4" | ||
#repository: "https://ethpandaops.github.io/ethereum-helm-charts" | ||
repository: "file://../lighthouse" | ||
condition: lighthouse.enabled | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ icon: https://user-images.githubusercontent.com/47108/78779352-d0839500-796a-11e | |
sources: | ||
- https://github.com/ethereumjs/ethereumjs-monorepo | ||
type: application | ||
version: 0.0.8 | ||
version: 0.0.9 | ||
maintainers: | ||
- name: barnabasbusa | ||
email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters