Skip to content

Commit

Permalink
Update Prysm & Teku (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Dec 20, 2024
1 parent fbb14c8 commit f788543
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 17 deletions.
5 changes: 2 additions & 3 deletions charts/prysm-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ 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: 5.1.2

version: 5.2.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: "5.1.2"
appVersion: "5.2.0"

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

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/prysm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prysm
version: 5.1.2
appVersion: v5.1.2
version: 5.2.0
appVersion: v5.2.0
kubeVersion: "^1.18.0-0"
description: Go implementation of Ethereum proof of stake.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ sidecar:
image:
registry: "gcr.io"
repository: "prysmaticlabs/prysm/beacon-chain"
tag: "v5.1.2"
tag: "v5.2.0"
pullPolicy: IfNotPresent
imageGnosis:
registry: "ghcr.io"
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.6
version: 4.2.7

# 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.0"
appVersion: "24.12.1"

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.0"
tag: "24.12.1"

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.7
version: 2.6.8

# 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.0"
appVersion: "24.12.1"

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 @@ -106,7 +106,7 @@ image:
repository: consensys/teku
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "24.12.0"
tag: "24.12.1"

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.2
version: 6.4.3

# 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.2"
appVersion: "v6.4.3"

keywords:
- ethereum
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,15 @@ image:
prysm:
registry: "gcr.io"
repository: "prysmaticlabs/prysm/validator"
tag: "v5.1.2"
tag: "v5.2.0"
lighthouse:
registry: "docker.io"
repository: "sigp/lighthouse"
tag: "v6.0.1"
teku:
registry: "docker.io"
repository: "consensys/teku"
tag: "24.12.0"
tag: "24.12.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 f788543

Please sign in to comment.