From 70b556bb065365a81d08591085e8ffd002829a2a Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Tue, 13 Aug 2024 04:04:34 -0700 Subject: [PATCH] Update Geth & Reth (#570) --- charts/geth/Chart.yaml | 4 ++-- charts/geth/values.yaml | 2 +- charts/reth/Chart.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index 7543067b..317b2787 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.4.10 +version: 2.4.11 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.14.7 +appVersion: v1.14.8 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 8790dc69..9e6308a6 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -109,7 +109,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.14.7" + tag: "v1.14.8" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/reth/Chart.yaml b/charts/reth/Chart.yaml index 033252e2..e7465aa0 100644 --- a/charts/reth/Chart.yaml +++ b/charts/reth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: reth -version: 1.0.2 +version: 1.0.5 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 @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.0.3 +appVersion: v1.0.5 dependencies: - name: common