From b0a857b39156816e32440715985d8471d3a4e1a2 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 29 Nov 2024 13:30:13 +0100 Subject: [PATCH] fix lint --- charts/erigon/README.md | 6 +++--- charts/ethereum-node/README.md | 4 ++-- charts/ethereumjs/README.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/erigon/README.md b/charts/erigon/README.md index 9bc947db..54b63f74 100644 --- a/charts/erigon/README.md +++ b/charts/erigon/README.md @@ -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. @@ -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 | diff --git a/charts/ethereum-node/README.md b/charts/ethereum-node/README.md index 592ff57b..0fa53d48 100644 --- a/charts/ethereum-node/README.md +++ b/charts/ethereum-node/README.md @@ -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 | diff --git a/charts/ethereumjs/README.md b/charts/ethereumjs/README.md index 982687a4..622f2065 100644 --- a/charts/ethereumjs/README.md +++ b/charts/ethereumjs/README.md @@ -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). @@ -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 |