Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Nov 29, 2024
1 parent 15c1ae1 commit b0a857b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/erigon/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# erigon

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

Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented toward speed and disk‐space efficiency. Erigon is a completely re-architected implementation of Ethereum, currently written in Go but with implementations in other languages planned. Erigon's goal is to provide a faster, more modular, and more optimized implementation of Ethereum.

Expand Down Expand Up @@ -34,8 +34,8 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented
| fullnameOverride | string | `""` | Overrides the chart's computed fullname |
| httpPort | int | `8545` | HTTP Port |
| image.pullPolicy | string | `"IfNotPresent"` | erigon container pull policy |
| image.repository | string | `"thorax/erigon"` | erigon container image repository |
| image.tag | string | `"devel"` | erigon container image tag |
| image.repository | string | `"erigontech/erigon"` | erigon container image repository |
| image.tag | string | `"latest"` | erigon container image tag |
| imagePullSecrets | list | `[]` | Image pull secrets for Docker images |
| ingress.annotations | object | `{}` | Annotations for Ingress |
| ingress.enabled | bool | `false` | Ingress resource for the HTTP API |
Expand Down
4 changes: 2 additions & 2 deletions charts/ethereum-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ This chart acts as an umbrella chart and allows to run a ethereum execution and
| Repository | Name | Version |
|------------|------|---------|
| file://../besu | besu | 1.0.7 |
| file://../erigon | erigon | 1.0.10 |
| file://../erigon | erigon | 1.0.11 |
| file://../ethereum-metrics-exporter | ethereum-metrics-exporter | 0.2.0 |
| file://../ethereumjs | ethereumjs | 0.0.8 |
| file://../ethereumjs | ethereumjs | 0.0.9 |
| file://../geth | geth | 1.0.8 |
| file://../grandine | grandine | 0.1.2 |
| file://../lighthouse | lighthouse | 1.1.4 |
Expand Down
4 changes: 2 additions & 2 deletions charts/ethereumjs/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ethereumjs

![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.0.9](https://img.shields.io/badge/Version-0.0.9-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).

Expand All @@ -20,7 +20,7 @@ The EthereumJS Client is an Ethereum Execution Client (similar to go-ethereum or
| authPort | int | `8551` | Engine Port (Auth Port) |
| containerSecurityContext | object | See `values.yaml` | The security context for containers |
| customCommand | list | `[]` | Legacy way of overwriting the default command. You may prefer to change defaultCommandTemplate instead. |
| defaultBinaryPath | string | `"node /usr/app/node_modules/.bin/ethereumjs"` | Path within the container to the beacon node binary |
| defaultBinaryPath | string | `"node /usr/app/packages/client/dist/esm/bin/cli.js"` | Path within the container to the beacon node binary |
| defaultCommandTemplate | string | See `values.yaml` | Template used for the default command |
| extraArgs | list | `[]` | Extra args for the ethereumjs container |
| extraContainerPorts | list | `[]` | Additional ports for the main container |
Expand Down

0 comments on commit b0a857b

Please sign in to comment.