From f788543c865c195d9e514d32b4d7cb28ecead82e Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:51:27 +0300 Subject: [PATCH] Update Prysm & Teku (#608) --- charts/prysm-validator/Chart.yaml | 5 ++--- charts/prysm-validator/values.yaml | 2 +- charts/prysm/Chart.yaml | 4 ++-- charts/prysm/values.yaml | 2 +- charts/teku-validator/Chart.yaml | 4 ++-- charts/teku-validator/values.yaml | 2 +- charts/teku/Chart.yaml | 4 ++-- charts/teku/values.yaml | 2 +- charts/web3signer-validators/Chart.yaml | 4 ++-- charts/web3signer-validators/values.yaml | 4 ++-- 10 files changed, 16 insertions(+), 17 deletions(-) diff --git a/charts/prysm-validator/Chart.yaml b/charts/prysm-validator/Chart.yaml index fa428cb1..df3c378e 100644 --- a/charts/prysm-validator/Chart.yaml +++ b/charts/prysm-validator/Chart.yaml @@ -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 diff --git a/charts/prysm-validator/values.yaml b/charts/prysm-validator/values.yaml index 2f73941b..e36efdee 100644 --- a/charts/prysm-validator/values.yaml +++ b/charts/prysm-validator/values.yaml @@ -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: "" diff --git a/charts/prysm/Chart.yaml b/charts/prysm/Chart.yaml index 1f57dc4f..ec643e4b 100644 --- a/charts/prysm/Chart.yaml +++ b/charts/prysm/Chart.yaml @@ -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 diff --git a/charts/prysm/values.yaml b/charts/prysm/values.yaml index 2fdb9b8f..0bd0bfef 100644 --- a/charts/prysm/values.yaml +++ b/charts/prysm/values.yaml @@ -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" diff --git a/charts/teku-validator/Chart.yaml b/charts/teku-validator/Chart.yaml index 2fc0ad17..9b20532d 100644 --- a/charts/teku-validator/Chart.yaml +++ b/charts/teku-validator/Chart.yaml @@ -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 diff --git a/charts/teku-validator/values.yaml b/charts/teku-validator/values.yaml index a3fdacec..c9a5a4bb 100644 --- a/charts/teku-validator/values.yaml +++ b/charts/teku-validator/values.yaml @@ -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: "" diff --git a/charts/teku/Chart.yaml b/charts/teku/Chart.yaml index 6ded26ec..f459c459 100644 --- a/charts/teku/Chart.yaml +++ b/charts/teku/Chart.yaml @@ -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 diff --git a/charts/teku/values.yaml b/charts/teku/values.yaml index 53941b7a..1bd4811c 100644 --- a/charts/teku/values.yaml +++ b/charts/teku/values.yaml @@ -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: "" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index dd82bf5a..bb012960 100644 --- a/charts/web3signer-validators/Chart.yaml +++ b/charts/web3signer-validators/Chart.yaml @@ -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 diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 66337ff3..95c411f4 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -113,7 +113,7 @@ image: prysm: registry: "gcr.io" repository: "prysmaticlabs/prysm/validator" - tag: "v5.1.2" + tag: "v5.2.0" lighthouse: registry: "docker.io" repository: "sigp/lighthouse" @@ -121,7 +121,7 @@ image: 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/