Skip to content

Commit

Permalink
Update Geth to v1.12.1 (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Aug 11, 2023
1 parent 4509b52 commit c7e69d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: geth
version: 2.2.9
version: 2.2.10
kubeVersion: "^1.20.0-0"
description: Official Golang implementation of the Ethereum v1 protocol.
type: application
Expand All @@ -16,7 +16,7 @@ maintainers:
- name: Dmitri Tsumak
email: dmitri@stakewise.io
icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png
appVersion: v1.12.0
appVersion: v1.12.1

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ sidecar:
image:
registry: "docker.io"
repository: "ethereum/client-go"
tag: "v1.12.0"
tag: "v1.12.1"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down

0 comments on commit c7e69d7

Please sign in to comment.