Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 9c2a0d1

Browse files
author
antares-sw
authored
Update clients. Prepare for Pectra (#635)
1 parent be1e3fc commit 9c2a0d1

File tree

21 files changed

+34
-34
lines changed

21 files changed

+34
-34
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.6
3+
version: 2.5.7
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
email: dmitri@stakewise.io
19-
appVersion: v1.15.7
19+
appVersion: v1.15.9
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.7"
118+
tag: "v1.15.9"
119119
pullPolicy: IfNotPresent
120120

121121
## Credentials to fetch images from private registry

charts/lighthouse-validator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 6.0.1
19+
version: 7.0.0
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "v6.0.1"
25+
appVersion: "v7.0.0"
2626

2727
dependencies:
2828
- name: common

charts/lighthouse-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ image:
9797
repository: sigp/lighthouse
9898
pullPolicy: IfNotPresent
9999
# Overrides the image tag whose default is the chart appVersion.
100-
tag: "v6.0.1"
100+
tag: "v7.0.0"
101101

102102
imagePullSecrets: []
103103
nameOverride: ""

charts/lighthouse/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: lighthouse
3-
version: 6.0.2
3+
version: 7.0.0
44
kubeVersion: "^1.20.0-0"
55
description: Rust Ethereum 2.0 Client.
66
type: application
@@ -16,7 +16,7 @@ sources:
1616
maintainers:
1717
- name: Dmitri Tsumak
1818
email: dmitri@stakewise.io
19-
appVersion: v6.0.1
19+
appVersion: v7.0.0
2020

2121
dependencies:
2222
- name: common

charts/lighthouse/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ sidecar:
114114
image:
115115
registry: "docker.io"
116116
repository: "sigp/lighthouse"
117-
tag: "v6.0.1"
117+
tag: "v7.0.0"
118118
pullPolicy: IfNotPresent
119119

120120
## Credentials to fetch images from private registry

charts/nethermind/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: nethermind
33
description: .NET Core Ethereum client
44
type: application
5-
version: 2.8.1
6-
appVersion: "v1.31.5"
5+
version: 2.8.2
6+
appVersion: "v1.31.8"
77
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
88
keywords:
99
- ethereum

charts/nethermind/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ image:
105105
repository: nethermind/nethermind
106106
pullPolicy: IfNotPresent
107107
# Overrides the image tag whose default is the chart appVersion.
108-
tag: "1.31.5"
108+
tag: "1.31.8"
109109

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

charts/prysm-validator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 5.3.2
19+
version: 6.0.0
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "5.3.2"
24+
appVersion: "6.0.0"
2525

2626
dependencies:
2727
- name: common

charts/prysm-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ image:
9191
repository: prysmaticlabs/prysm/validator
9292
pullPolicy: IfNotPresent
9393
# Overrides the image tag whose default is the chart appVersion.
94-
tag: "v5.3.2"
94+
tag: "v6.0.0"
9595

9696
imagePullSecrets: []
9797
nameOverride: ""

0 commit comments

Comments
 (0)