Skip to content

Commit 6df552d

Browse files
authored
Update Geth to v1.14.10 (#591)
1 parent 06db0de commit 6df552d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/geth/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: geth
3-
version: 2.4.12
3+
version: 2.4.13
44
kubeVersion: "^1.20.0-0"
55
description: Official Golang implementation of the Ethereum v1 protocol.
66
type: application
@@ -16,7 +16,7 @@ sources:
1616
maintainers:
1717
- name: Dmitri Tsumak
1818
19-
appVersion: v1.14.9
19+
appVersion: v1.14.10
2020

2121
dependencies:
2222
- name: common

charts/geth/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ sidecar:
109109
image:
110110
registry: "docker.io"
111111
repository: "ethereum/client-go"
112-
tag: "v1.14.9"
112+
tag: "v1.14.10"
113113
pullPolicy: IfNotPresent
114114

115115
## Credentials to fetch images from private registry

0 commit comments

Comments
 (0)