diff --git a/charts/ethereum-node/Chart.yaml b/charts/ethereum-node/Chart.yaml index 4471c6a5..8ab87c02 100644 --- a/charts/ethereum-node/Chart.yaml +++ b/charts/ethereum-node/Chart.yaml @@ -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.17 +version: 0.0.18 maintainers: - name: skylenet email: rafael@skyle.net @@ -25,7 +25,7 @@ dependencies: repository: "file://../erigon" condition: erigon.enabled - name: ethereumjs - version: "0.0.6" + version: "0.0.7" #repository: "https://ethpandaops.github.io/ethereum-helm-charts" repository: "file://../ethereumjs" condition: ethereumjs.enabled diff --git a/charts/ethereum-node/README.md b/charts/ethereum-node/README.md index 060c43af..ba69f6df 100644 --- a/charts/ethereum-node/README.md +++ b/charts/ethereum-node/README.md @@ -1,7 +1,7 @@ # ethereum-node -![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-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. @@ -17,7 +17,7 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and | file://../besu | besu | 1.0.6 | | file://../erigon | erigon | 1.0.8 | | file://../ethereum-metrics-exporter | ethereum-metrics-exporter | 0.1.4 | -| file://../ethereumjs | ethereumjs | 0.0.6 | +| file://../ethereumjs | ethereumjs | 0.0.7 | | file://../geth | geth | 1.0.7 | | file://../grandine | grandine | 0.1.1 | | file://../lighthouse | lighthouse | 1.1.1 | diff --git a/charts/ethereumjs/Chart.yaml b/charts/ethereumjs/Chart.yaml index f381206e..a27efc61 100644 --- a/charts/ethereumjs/Chart.yaml +++ b/charts/ethereumjs/Chart.yaml @@ -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.6 +version: 0.0.7 maintainers: - name: barnabasbusa email: busa.barnabas@gmail.com diff --git a/charts/ethereumjs/README.md b/charts/ethereumjs/README.md index e01fcc95..8c8414f4 100644 --- a/charts/ethereumjs/README.md +++ b/charts/ethereumjs/README.md @@ -1,7 +1,7 @@ # ethereumjs -![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) The EthereumJS Client is an Ethereum Execution Client (similar to go-ethereum or Nethermind) written in TypeScript/JavaScript, the non-Smart-Contract language Ethereum dApp developers are most familiar with. It is targeted to be a client for research and development and not meant to be used in production on mainnet for the foreseeable future (out of resource and security considerations). @@ -98,7 +98,7 @@ The EthereumJS Client is an Ethereum Execution Client (similar to go-ethereum or | updateStrategy | object | `{"type":"RollingUpdate"}` | Update stategy for the Statefulset | | updateStrategy.type | string | `"RollingUpdate"` | Update stategy type | | wsAuthPort | int | `8551` | WS Engine Auth Port | -| wsPort | int | `8545` | WS Port | +| wsPort | int | `8546` | WS Port | # Examples diff --git a/charts/ethereumjs/values.yaml b/charts/ethereumjs/values.yaml index 380f2b4e..9a245fdd 100644 --- a/charts/ethereumjs/values.yaml +++ b/charts/ethereumjs/values.yaml @@ -146,7 +146,7 @@ p2pPort: 30303 rpcPort: 8545 # -- WS Port -wsPort: 8545 +wsPort: 8546 # -- Engine Port (Auth Port) authPort: 8551