We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2a0d1 commit 7102863Copy full SHA for 7102863
charts/geth/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: geth
3
-version: 2.5.7
+version: 2.5.8
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.15.9
+appVersion: v1.15.10
20
21
dependencies:
22
- name: common
charts/geth/values.yaml
@@ -115,7 +115,7 @@ sidecar:
115
image:
116
registry: "docker.io"
117
repository: "ethereum/client-go"
118
- tag: "v1.15.9"
+ tag: "v1.15.10"
119
pullPolicy: IfNotPresent
120
121
## Credentials to fetch images from private registry
0 commit comments