From 33fa2aeec09230a35ee2298be533d61066ec8d70 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:32:27 +0300 Subject: [PATCH] Update Geth to v1.21.2 --- charts/geth/Chart.yaml | 4 ++-- charts/geth/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index 0a7a4f55d..c7c398176 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.2.10 +version: 2.2.11 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png -appVersion: v1.12.1 +appVersion: v1.12.2 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 64ba92902..0a85dd9b3 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -98,7 +98,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.12.1" + tag: "v1.12.2" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry