From d91f8b9022c4445f059f30f224433d277486ba1e Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:46:22 +0300 Subject: [PATCH] Update Reth/Prysm/Geth/Lodestar --- charts/geth/Chart.yaml | 4 ++-- charts/geth/values.yaml | 2 +- charts/lodestar-validator/Chart.yaml | 4 ++-- charts/lodestar-validator/values.yaml | 2 +- charts/lodestar/Chart.yaml | 4 ++-- charts/lodestar/values.yaml | 2 +- charts/prysm-validator/Chart.yaml | 4 ++-- charts/prysm-validator/values.yaml | 2 +- charts/prysm/Chart.yaml | 4 ++-- charts/prysm/values.yaml | 2 +- charts/reth/Chart.yaml | 4 ++-- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index adecaaa7..6796ade4 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.4.14 +version: 2.4.15 kubeVersion: "^1.20.0-0" description: Official Golang implementation of the Ethereum v1 protocol. type: application @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.14.11 +appVersion: v1.14.12 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 42eaa3fe..cab988d1 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -109,7 +109,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.14.11" + tag: "v1.14.12" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/lodestar-validator/Chart.yaml b/charts/lodestar-validator/Chart.yaml index 244c9e54..1e3b3338 100644 --- a/charts/lodestar-validator/Chart.yaml +++ b/charts/lodestar-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: 1.1.5 +version: 1.1.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: "v1.22.0" +appVersion: "v1.23.0" dependencies: - name: common diff --git a/charts/lodestar-validator/values.yaml b/charts/lodestar-validator/values.yaml index dd52da2e..ebb8ab21 100644 --- a/charts/lodestar-validator/values.yaml +++ b/charts/lodestar-validator/values.yaml @@ -90,7 +90,7 @@ image: registry: "docker.io" repository: "chainsafe/lodestar" # Overrides the image tag whose default is the chart appVersion. - tag: "v1.22.0" + tag: "v1.23.0" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/lodestar/Chart.yaml b/charts/lodestar/Chart.yaml index 2fe3561b..f9118107 100644 --- a/charts/lodestar/Chart.yaml +++ b/charts/lodestar/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lodestar -version: 1.1.5 +version: 1.1.6 kubeVersion: "^1.20.0-0" description: Rust Ethereum 2.0 Client. icon: https://storage.googleapis.com/stakewise-charts/stakewise.png @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.22.0 +appVersion: v1.23.0 dependencies: - name: common diff --git a/charts/lodestar/values.yaml b/charts/lodestar/values.yaml index 32bdaf85..16b564b5 100644 --- a/charts/lodestar/values.yaml +++ b/charts/lodestar/values.yaml @@ -108,7 +108,7 @@ sidecar: image: registry: "docker.io" repository: "chainsafe/lodestar" - tag: "v1.22.0" + tag: "v1.23.0" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/prysm-validator/Chart.yaml b/charts/prysm-validator/Chart.yaml index 52956f75..fa428cb1 100644 --- a/charts/prysm-validator/Chart.yaml +++ b/charts/prysm-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: 5.1.0 +version: 5.1.2 # 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.0" +appVersion: "5.1.2" dependencies: - name: common diff --git a/charts/prysm-validator/values.yaml b/charts/prysm-validator/values.yaml index 5398a3d0..2f73941b 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.0" + tag: "v5.1.2" imagePullSecrets: [] nameOverride: "" diff --git a/charts/prysm/Chart.yaml b/charts/prysm/Chart.yaml index 95bf0480..1f57dc4f 100644 --- a/charts/prysm/Chart.yaml +++ b/charts/prysm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prysm -version: 5.1.0 -appVersion: v5.1.0 +version: 5.1.2 +appVersion: v5.1.2 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 7b4e0ee9..2fdb9b8f 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.0" + tag: "v5.1.2" pullPolicy: IfNotPresent imageGnosis: registry: "ghcr.io" diff --git a/charts/reth/Chart.yaml b/charts/reth/Chart.yaml index 97df94a7..706434c8 100644 --- a/charts/reth/Chart.yaml +++ b/charts/reth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: reth -version: 1.1.1 +version: 1.1.2 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 @@ -16,7 +16,7 @@ sources: maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io -appVersion: v1.1.1 +appVersion: v1.1.2 dependencies: - name: common