From 89a0b43a82f3ed8d521b541c7a413120e53c0229 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:11:24 +0300 Subject: [PATCH] Update Teku & Erigon (#599) * Update Teku & Erigon * Revert Erigon --- 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 | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/teku-validator/Chart.yaml b/charts/teku-validator/Chart.yaml index 511e4918..377acef9 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.4 +version: 4.2.5 # 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.10.2" +appVersion: "24.10.3" dependencies: - name: common diff --git a/charts/teku-validator/values.yaml b/charts/teku-validator/values.yaml index a5bf8dbf..80435f70 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.10.2" + tag: "24.10.3" imagePullSecrets: [] nameOverride: "" diff --git a/charts/teku/Chart.yaml b/charts/teku/Chart.yaml index 345eedca..de982620 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.5 +version: 2.6.6 # 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.10.2" +appVersion: "24.10.3" keywords: - ethereum diff --git a/charts/teku/values.yaml b/charts/teku/values.yaml index c797b80f..726db252 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.10.2" + tag: "24.10.3" imagePullSecrets: [] nameOverride: "" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 7ed752c6..9c45b750 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.2.3 +version: 6.2.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.2.3" +appVersion: "v6.2.4" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 78c36974..cf28717f 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -121,7 +121,7 @@ image: teku: registry: "docker.io" repository: "consensys/teku" - tag: "24.10.2" + tag: "24.10.3" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/