Skip to content

Commit

Permalink
Update Besu/Reth/Teku (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jan 28, 2025
1 parent c563e89 commit 2a22eef
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/besu/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.4.11
version: 2.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "24.12.2"
appVersion: "25.1.0"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/besu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ image:
repository: hyperledger/besu
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "24.12.2"
tag: "25.1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/reth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: reth
version: 1.1.4
version: 1.1.5
kubeVersion: "^1.20.0-0"
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.
type: application
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.1.4
appVersion: v1.1.5

dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/teku-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.2.7
version: 4.3.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "24.12.1"
appVersion: "25.1.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/teku-validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ image:
repository: consensys/teku
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "24.12.1"
tag: "25.1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/teku/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.6.9
version: 2.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "24.12.1"
appVersion: "25.1.0"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/teku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ image:
repository: consensys/teku
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "24.12.1"
tag: "25.1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 6.4.3
version: 6.4.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v6.4.3"
appVersion: "v6.4.4"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ image:
teku:
registry: "docker.io"
repository: "consensys/teku"
tag: "24.12.1"
tag: "25.1.0"

## 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 2a22eef

Please sign in to comment.