Skip to content

Commit 40675be

Browse files
committed
Update clients. Prepare for Pectra
1 parent be1e3fc commit 40675be

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
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
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: ""

charts/prysm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prysm
3-
version: 5.3.2
4-
appVersion: v5.3.2
3+
version: 6.0.0
4+
appVersion: v6.0.0
55
kubeVersion: "^1.18.0-0"
66
description: Go implementation of Ethereum proof of stake.
77
type: application

charts/prysm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sidecar:
177177
image:
178178
registry: "gcr.io"
179179
repository: "prysmaticlabs/prysm/beacon-chain"
180-
tag: "v5.3.2"
180+
tag: "v6.0.0"
181181
pullPolicy: IfNotPresent
182182
imageGnosis:
183183
registry: "ghcr.io"

charts/reth/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: reth
3-
version: 1.1.8
3+
version: 1.2.0
44
kubeVersion: "^1.20.0-0"
55
description: Reth (short for Rust Ethereum, pronunciation) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient.
66
type: application
@@ -16,7 +16,7 @@ sources:
1616
maintainers:
1717
- name: Dmitri Tsumak
1818
19-
appVersion: v1.3.7
19+
appVersion: v1.3.12
2020

2121
dependencies:
2222
- name: common

charts/teku-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: 4.3.1
19+
version: 4.3.2
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: "25.2.0"
25+
appVersion: "25.4.1"
2626

2727
dependencies:
2828
- name: common

charts/teku-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ image:
9494
repository: consensys/teku
9595
pullPolicy: IfNotPresent
9696
# Overrides the image tag whose default is the chart appVersion.
97-
tag: "25.2.0"
97+
tag: "25.4.1"
9898

9999
imagePullSecrets: []
100100
nameOverride: ""

charts/teku/Chart.yaml

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

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: "25.2.0"
28+
appVersion: "25.4.1"
2929

3030
keywords:
3131
- ethereum

charts/teku/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ image:
112112
repository: consensys/teku
113113
pullPolicy: IfNotPresent
114114
# Overrides the image tag whose default is the chart appVersion.
115-
tag: "25.2.0"
115+
tag: "25.4.1"
116116

117117
imagePullSecrets: []
118118
nameOverride: ""

charts/web3signer-validators/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.4.7
19+
version: 6.5.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.4.7"
25+
appVersion: "v6.5.0"
2626

2727
keywords:
2828
- ethereum

charts/web3signer-validators/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ image:
113113
prysm:
114114
registry: "gcr.io"
115115
repository: "prysmaticlabs/prysm/validator"
116-
tag: "v5.3.2"
116+
tag: "v6.0.0"
117117
lighthouse:
118118
registry: "docker.io"
119119
repository: "sigp/lighthouse"
120-
tag: "v6.0.1"
120+
tag: "v7.0.0"
121121
teku:
122122
registry: "docker.io"
123123
repository: "consensys/teku"
124-
tag: "25.2.0"
124+
tag: "25.4.1"
125125

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

charts/web3signer/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.8
19+
version: 6.0.9
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: "v25.2.0"
25+
appVersion: "v25.4.1"
2626

2727
keywords:
2828
- ethereum

charts/web3signer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ image:
2020
repository: consensys/web3signer
2121
pullPolicy: IfNotPresent
2222
# Overrides the image tag whose default is the chart appVersion.
23-
tag: "25.2.0"
23+
tag: "25.4.1"
2424

2525
## Init image is used to chown data volume, etc.
2626
##

0 commit comments

Comments
 (0)