We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06db0de commit 6df552dCopy full SHA for 6df552d
charts/geth/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: geth
3
-version: 2.4.12
+version: 2.4.13
4
kubeVersion: "^1.20.0-0"
5
description: Official Golang implementation of the Ethereum v1 protocol.
6
type: application
@@ -16,7 +16,7 @@ sources:
16
maintainers:
17
- name: Dmitri Tsumak
18
email: [email protected]
19
-appVersion: v1.14.9
+appVersion: v1.14.10
20
21
dependencies:
22
- name: common
charts/geth/values.yaml
@@ -109,7 +109,7 @@ sidecar:
109
image:
110
registry: "docker.io"
111
repository: "ethereum/client-go"
112
- tag: "v1.14.9"
+ tag: "v1.14.10"
113
pullPolicy: IfNotPresent
114
115
## Credentials to fetch images from private registry
0 commit comments