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: Update kubectl image + remove goerli #301

Merged
merged 7 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion charts/armiarma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: armiarma
description: A distributed p2p network monitoring tool
home: https://github.com/migalabs/armiarma
type: application
version: 0.1.0
version: 0.1.1
maintainers:
- name: samcm
email: sam.calder-mason@ethereum.org
Expand Down
4 changes: 2 additions & 2 deletions charts/armiarma/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# armiarma

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

A distributed p2p network monitoring tool

Expand Down Expand Up @@ -46,7 +46,7 @@ A distributed p2p network monitoring tool
| p2pNodePort.enabled | bool | `false` | Expose P2P port via NodePort |
| p2pNodePort.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| p2pNodePort.initContainer.image.repository | string | `"lachlanevenson/k8s-kubectl"` | Container image to fetch nodeport information |
| p2pNodePort.initContainer.image.tag | string | `"v1.21.3"` | Container tag |
| p2pNodePort.initContainer.image.tag | string | `"v1.25.4"` | Container tag |
| p2pNodePort.port | int | `31000` | NodePort to be used |
| podAnnotations | object | `{}` | Pod annotations |
| podDisruptionBudget | object | `{}` | Define the PodDisruptionBudget spec If not set then a PodDisruptionBudget will not be created |
Expand Down
2 changes: 1 addition & 1 deletion charts/armiarma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ p2pNodePort:
# -- Container image to fetch nodeport information
repository: lachlanevenson/k8s-kubectl
# -- Container tag
tag: v1.21.3
tag: v1.25.4
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion charts/beaconchain-explorer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://pbs.twimg.com/profile_images/1274442538057961474/-cZGkGhP_400x400.
sources:
- https://github.com/gobitfly/eth2-beaconchain-explorer
type: application
version: 0.1.4
version: 0.1.5
maintainers:
- name: skylenet
email: rafael@skyle.net
Expand Down
2 changes: 1 addition & 1 deletion charts/beaconchain-explorer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# beaconchain-explorer

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

Beacon chain explorer built using golang and using a PostgreSQL database for storing and indexing data.

Expand Down
2 changes: 1 addition & 1 deletion charts/beaconchain-explorer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ config:
port: "4000" # port of the backend node
type: "prysm" # can be either prysm or lighthouse
pageSize: 500 # the amount of entries to fetch per paged rpc call
eth1Endpoint: 'https://goerli.infura.io/v3/<api-token>'
eth1Endpoint: 'https://holesky.infura.io/v3/<api-token>'
eth1DepositContractAddress: '0x5cA1e00004366Ac85f492887AAab12d0e6418876'
eth1DepositContractFirstBlock: 2523557

Expand Down
2 changes: 1 addition & 1 deletion charts/besu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ icon: https://launchpad.ethereum.org/static/media/hyperledger-besu-circle.b96368
sources:
- https://github.com/hyperledger/besu
type: application
version: 1.0.6
version: 1.0.7
maintainers:
- name: skylenet
email: rafael@skyle.net
Expand Down
8 changes: 4 additions & 4 deletions charts/besu/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# besu

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

An Ethereum execution layer client designed to be enterprise-friendly for both public and private, permissioned network use cases. Besu is written in Java and released under the Apache 2.0 Licence.

Expand Down Expand Up @@ -52,7 +52,7 @@ An Ethereum execution layer client designed to be enterprise-friendly for both p
| p2pNodePort.enabled | bool | `false` | Expose P2P port via NodePort |
| p2pNodePort.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| p2pNodePort.initContainer.image.repository | string | `"lachlanevenson/k8s-kubectl"` | Container image to fetch nodeport information |
| p2pNodePort.initContainer.image.tag | string | `"v1.21.3"` | Container tag |
| p2pNodePort.initContainer.image.tag | string | `"v1.25.4"` | Container tag |
| p2pNodePort.port | int | `31000` | NodePort to be used |
| p2pNodePort.portForwardContainer.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| p2pNodePort.portForwardContainer.image.repository | string | `"alpine/socat"` | Container image for the port forwarder |
Expand Down Expand Up @@ -100,11 +100,11 @@ An Ethereum execution layer client designed to be enterprise-friendly for both p

# Examples

## Connecting to the goerli test network
## Connecting to the holesky test network

```yaml
extraArgs:
- --network=goerli
- --network=holesky
- --max-peers=60
```

Expand Down
4 changes: 2 additions & 2 deletions charts/besu/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

# Examples

## Connecting to the goerli test network
## Connecting to the holesky test network

```yaml
extraArgs:
- --network=goerli
- --network=holesky
- --max-peers=60
```

Expand Down
4 changes: 2 additions & 2 deletions charts/besu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:

# -- Extra args for the besu container
extraArgs: []
#- --network=goerli
#- --network=holesky

# -- JWT secret used by client as a secret. Change this value.
jwt: ecb22bc24e7d4061f7ed690ccd5846d7d73f5d2b9733267e12f56790398d908a
Expand Down Expand Up @@ -84,7 +84,7 @@ p2pNodePort:
# -- Container image to fetch nodeport information
repository: lachlanevenson/k8s-kubectl
# -- Container tag
tag: v1.21.3
tag: v1.25.4
# -- Container pull policy
pullPolicy: IfNotPresent
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/blutgang/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ icon: https://github.com/rainshowerLabs/blutgang/assets/55022497/ec668c7a-5f56-4
sources:
- https://github.com/rainshowerLabs/blutgang
type: application
version: 0.0.4
version: 0.0.5
maintainers:
- name: barnabasbusa
email: busa.barnabas@gmail.com
2 changes: 1 addition & 1 deletion charts/blutgang/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# blutgang

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

Blutgang is a blazing fast, caching, minimalistic load balancer designed with Ethereum's JSON-RPC in mind. Historical RPC queries are cached in a local database, bypassing the need for slow, repeating calls to your node.

Expand Down
6 changes: 3 additions & 3 deletions charts/blutgang/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ customCommand: [] # Only change this if you need to change the default command
# -- RPC list for the blutgang container
# CSV list of rpcs [default: ]
rpcList: []
# - name: goerli-geth-teku
# url: http://goerli-geth-teku:8545
# ws_url: ws://goerli-geth-teku:8545 # Optional
# - name: holesky-geth-teku
# url: http://holesky-geth-teku:8545
# ws_url: ws://holesky-geth-teku:8545 # Optional
# max_consecutive: 150 # Optional
# max_per_second: 200 # Optional

Expand Down
2 changes: 1 addition & 1 deletion charts/dora/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dora
description: A Beaconchain explorer is a tool that allows users to view and interact with the data on the Ethereum Beacon Chain. It is similar to a blockchain explorer, which allows users to view data on a blockchain such as the current state of transactions and blocks - but focussed on exploring the beaconchain.
home: https://github.com/pk910/dora
type: application
version: 0.0.3
version: 0.0.4
maintainers:
- name: barnabasbusa
email: busa.barnabas@gmail.com
Expand Down
4 changes: 2 additions & 2 deletions charts/dora/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# dora

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

A Beaconchain explorer is a tool that allows users to view and interact with the data on the Ethereum Beacon Chain. It is similar to a blockchain explorer, which allows users to view data on a blockchain such as the current state of transactions and blocks - but focussed on exploring the beaconchain.

Expand Down Expand Up @@ -46,7 +46,7 @@ A Beaconchain explorer is a tool that allows users to view and interact with the
| ingress.tls | list | `[]` | Ingress TLS |
| initContainers | list | `[]` | Additional init containers |
| livenessProbe | object | See `values.yaml` | Liveness probe |
| name | string | `"mainnet"` | Name of the network ("mainnet", "goerli", "sepolia", "holesky") |
| name | string | `"mainnet"` | Name of the network ("mainnet", "sepolia", "holesky") |
| nameOverride | string | `""` | Overrides the chart's name |
| nodeSelector | object | `{}` | Node selector for pods |
| persistence.accessModes | list | `["ReadWriteOnce"]` | Access mode for the volume claim template |
Expand Down
2 changes: 1 addition & 1 deletion charts/dora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endpoints:
"X-Test": "test"
"Y-Test": "test2"

# -- Name of the network ("mainnet", "goerli", "sepolia", "holesky")
# -- Name of the network ("mainnet", "sepolia", "holesky")
name: mainnet

# -- This can be a url here for example:
Expand Down
2 changes: 1 addition & 1 deletion charts/eleel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: eleel
description: A multiplexer for Ethereum execution clients
home: https://github.com/sigp/eleel
type: application
version: 0.1.5
version: 0.1.6
maintainers:
- name: samcm
email: sam.calder-mason@ethereum.org
Expand Down
2 changes: 1 addition & 1 deletion charts/eleel/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# eleel

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

A multiplexer for Ethereum execution clients

Expand Down
2 changes: 1 addition & 1 deletion charts/eleel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ secretEnv: {}
# -- Command arguments
args: []
## Example
#- --network=goerli
#- --network=holesky
#- --ee-url=http://your-eth1-node:8551

# -- Execution Engine JWT secret
Expand Down
2 changes: 1 addition & 1 deletion charts/erigon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9
version: 1.0.10
maintainers:
- name: skylenet
email: rafael@skyle.net
Expand Down
10 changes: 5 additions & 5 deletions charts/erigon/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# erigon

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

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 @@ -35,7 +35,7 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented
| 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 | `"stable"` | erigon container image tag |
| image.tag | string | `"devel"` | 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 All @@ -58,7 +58,7 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented
| p2pNodePort.enabled | bool | `false` | Expose P2P port via NodePort |
| p2pNodePort.initContainer.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| p2pNodePort.initContainer.image.repository | string | `"lachlanevenson/k8s-kubectl"` | Container image to fetch nodeport information |
| p2pNodePort.initContainer.image.tag | string | `"v1.21.3"` | Container tag |
| p2pNodePort.initContainer.image.tag | string | `"v1.25.4"` | Container tag |
| p2pNodePort.port | int | `31000` | NodePort to be used |
| p2pNodePort.portForwardContainer.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy |
| p2pNodePort.portForwardContainer.image.repository | string | `"alpine/socat"` | Container image for the port forwarder |
Expand Down Expand Up @@ -107,11 +107,11 @@ Erigon, formerly known as Turbo‐Geth, is a fork of Go Ethereum (geth) oriented

# Examples

## Connecting to the goerli test network
## Connecting to the holesky test network

```yaml
extraArgs:
- --chain=goerli
- --chain=holesky
- --maxpeers=60
```

Expand Down
4 changes: 2 additions & 2 deletions charts/erigon/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

# Examples

## Connecting to the goerli test network
## Connecting to the holesky test network

```yaml
extraArgs:
- --chain=goerli
- --chain=holesky
- --maxpeers=60
```

Expand Down
6 changes: 3 additions & 3 deletions charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ image:
# -- erigon container image repository
repository: thorax/erigon
# -- erigon container image tag
tag: stable
tag: devel
# -- erigon container pull policy
pullPolicy: IfNotPresent

# -- Extra args for the erigon container
extraArgs: []
#- --goerli
#- --holesky

# -- JWT secret used by client as a secret. Change this value.
jwt: ecb22bc24e7d4061f7ed690ccd5846d7d73f5d2b9733267e12f56790398d908a
Expand Down Expand Up @@ -109,7 +109,7 @@ p2pNodePort:
# -- Container image to fetch nodeport information
repository: lachlanevenson/k8s-kubectl
# -- Container tag
tag: v1.21.3
tag: v1.25.4
# -- Container pull policy
pullPolicy: IfNotPresent
portForwardContainer:
Expand Down
38 changes: 19 additions & 19 deletions charts/ethereum-node/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
dependencies:
- name: besu
repository: file://../besu
version: 1.0.6
version: 1.0.7
- name: erigon
repository: file://../erigon
version: 1.0.9
version: 1.0.10
- name: ethereumjs
repository: file://../ethereumjs
version: 0.0.7
version: 0.0.8
- name: geth
repository: file://../geth
version: 1.0.7
version: 1.0.8
- name: nethermind
repository: file://../nethermind
version: 1.0.10
version: 1.0.12
- name: reth
repository: file://../reth
version: 0.0.13
version: 0.0.14
- name: grandine
repository: file://../grandine
version: 0.1.1
version: 0.1.2
- name: lighthouse
repository: file://../lighthouse
version: 1.1.2
- name: teku
repository: file://../teku
version: 1.1.2
- name: prysm
repository: file://../prysm
version: 1.1.3
- name: nimbus
repository: file://../nimbus
version: 1.1.1
- name: lodestar
repository: file://../lodestar
version: 1.1.2
version: 1.1.3
- name: nimbus
repository: file://../nimbus
version: 1.1.3
- name: prysm
repository: file://../prysm
version: 1.1.4
- name: teku
repository: file://../teku
version: 1.1.3
- name: ethereum-metrics-exporter
repository: file://../ethereum-metrics-exporter
version: 0.1.4
Expand All @@ -44,5 +44,5 @@ dependencies:
- name: tracoor-agent
repository: file://../tracoor-agent
version: 0.0.1
digest: sha256:44e17c6c0e8dcd5d1f2f43cc83418cfe69ae041e4427eac0750222cce97ac691
generated: "2024-02-12T10:22:07.360032+10:00"
digest: sha256:89546918b0e5a4985058e0161ea92aec654b8b31c3c197eaeb3e9926c980fea4
generated: "2024-03-21T11:50:40.555252+01:00"
Loading
Loading