Skip to content

Commit 7102863

Browse files
committed
Update Geth to v1.15.10
1 parent 9c2a0d1 commit 7102863

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/geth/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: geth
3-
version: 2.5.7
3+
version: 2.5.8
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.15.9
19+
appVersion: v1.15.10
2020

2121
dependencies:
2222
- name: common

charts/geth/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ sidecar:
115115
image:
116116
registry: "docker.io"
117117
repository: "ethereum/client-go"
118-
tag: "v1.15.9"
118+
tag: "v1.15.10"
119119
pullPolicy: IfNotPresent
120120

121121
## Credentials to fetch images from private registry

0 commit comments

Comments
 (0)