Skip to content

Commit 776af83

Browse files
authored
Update Teku/Besu/Nethermind/Reth (#606)
1 parent 1f2e52c commit 776af83

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

charts/besu/Chart.yaml

+2-2
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.4.8
22+
version: 2.4.9
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: "24.10.0"
28+
appVersion: "24.12.1"
2929

3030
keywords:
3131
- ethereum

charts/besu/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ image:
9595
repository: hyperledger/besu
9696
pullPolicy: IfNotPresent
9797
# Overrides the image tag whose default is the chart appVersion.
98-
tag: "24.10.0"
98+
tag: "24.12.1"
9999

100100
imagePullSecrets: []
101101
nameOverride: ""

charts/nethermind/Chart.yaml

+2-2
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.7.1
6-
appVersion: "v1.29.1"
5+
version: 2.7.2
6+
appVersion: "v1.30.1"
77
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
88
keywords:
99
- ethereum

charts/nethermind/values.yaml

+1-1
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.29.1"
108+
tag: "1.30.1"
109109

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

charts/reth/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: reth
3-
version: 1.1.2
3+
version: 1.1.4
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.1.2
19+
appVersion: v1.1.4
2020

2121
dependencies:
2222
- name: common

charts/teku-validator/Chart.yaml

+2-2
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.2.5
19+
version: 4.2.6
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: "24.10.3"
25+
appVersion: "24.12.0"
2626

2727
dependencies:
2828
- name: common

charts/teku-validator/values.yaml

+1-1
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: "24.10.3"
97+
tag: "24.12.0"
9898

9999
imagePullSecrets: []
100100
nameOverride: ""

charts/teku/Chart.yaml

+2-2
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.6.6
22+
version: 2.6.7
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: "24.10.3"
28+
appVersion: "24.12.0"
2929

3030
keywords:
3131
- ethereum

charts/teku/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ image:
106106
repository: consensys/teku
107107
pullPolicy: IfNotPresent
108108
# Overrides the image tag whose default is the chart appVersion.
109-
tag: "24.10.3"
109+
tag: "24.12.0"
110110

111111
imagePullSecrets: []
112112
nameOverride: ""

charts/web3signer-validators/Chart.yaml

+2-2
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.0
19+
version: 6.4.1
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.0"
25+
appVersion: "v6.4.1"
2626

2727
keywords:
2828
- ethereum

charts/web3signer-validators/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ image:
121121
teku:
122122
registry: "docker.io"
123123
repository: "consensys/teku"
124-
tag: "24.10.3"
124+
tag: "24.12.0"
125125

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

0 commit comments

Comments
 (0)