Skip to content

Commit

Permalink
Update Geth & Reth
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Oct 4, 2024
1 parent 6df552d commit 9e89d07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: geth
version: 2.4.13
version: 2.4.14
kubeVersion: "^1.20.0-0"
description: Official Golang implementation of the Ethereum v1 protocol.
type: application
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.14.10
appVersion: v1.14.11

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sidecar:
image:
registry: "docker.io"
repository: "ethereum/client-go"
tag: "v1.14.10"
tag: "v1.14.11"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down
4 changes: 2 additions & 2 deletions charts/reth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: reth
version: 1.0.7
version: 1.0.8
kubeVersion: "^1.20.0-0"
description: Reth (short for Rust Ethereum, pronunciation) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient.
type: application
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.0.7
appVersion: v1.0.8

dependencies:
- name: common
Expand Down

0 comments on commit 9e89d07

Please sign in to comment.