diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index 317b2787..c7507aa3 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.4.11 +version: 2.4.12 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.8 +appVersion: v1.14.9 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 9e6308a6..f52cbc5b 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.8" + tag: "v1.14.9" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry