Skip to content

Commit

Permalink
Update Geth & Nethermind
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Feb 26, 2025
1 parent 3215ffa commit 396383e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.5.3
version: 2.5.4
kubeVersion: "^1.20.0-0"
description: Official Golang implementation of the Ethereum v1 protocol.
type: application
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.15.2
appVersion: v1.15.3

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 @@ -115,7 +115,7 @@ sidecar:
image:
registry: "docker.io"
repository: "ethereum/client-go"
tag: "v1.15.2"
tag: "v1.15.3"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down
4 changes: 2 additions & 2 deletions charts/nethermind/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nethermind
description: .NET Core Ethereum client
type: application
version: 2.7.5
appVersion: "v1.31.0"
version: 2.7.6
appVersion: "v1.31.1"
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ image:
repository: nethermind/nethermind
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.31.0"
tag: "1.31.1"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down

0 comments on commit 396383e

Please sign in to comment.