From e4925de2466ca2cbcc321f0fd12db937b007b874 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:27:54 +0300 Subject: [PATCH] Update Geth + Lodestar (#557) --- 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 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/geth/Chart.yaml b/charts/geth/Chart.yaml index 96aa8956..7543067b 100644 --- a/charts/geth/Chart.yaml +++ b/charts/geth/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: geth -version: 2.4.9 +version: 2.4.10 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.6 +appVersion: v1.14.7 dependencies: - name: common diff --git a/charts/geth/values.yaml b/charts/geth/values.yaml index 16925106..851ce44b 100644 --- a/charts/geth/values.yaml +++ b/charts/geth/values.yaml @@ -98,7 +98,7 @@ sidecar: image: registry: "docker.io" repository: "ethereum/client-go" - tag: "v1.14.6" + tag: "v1.14.7" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/lodestar-validator/Chart.yaml b/charts/lodestar-validator/Chart.yaml index 046501d3..f304c24d 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.1 +version: 1.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: "v1.19.0" +appVersion: "v1.20.0" dependencies: - name: common diff --git a/charts/lodestar-validator/values.yaml b/charts/lodestar-validator/values.yaml index 071d56d2..1e464170 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.19.0" + tag: "v1.20.0" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/lodestar/Chart.yaml b/charts/lodestar/Chart.yaml index 4b0966ce..1ebd8ecc 100644 --- a/charts/lodestar/Chart.yaml +++ b/charts/lodestar/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lodestar -version: 1.1.1 +version: 1.1.2 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.19.0 +appVersion: v1.20.0 dependencies: - name: common diff --git a/charts/lodestar/values.yaml b/charts/lodestar/values.yaml index 5e480edd..c2bf07b9 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.19.0" + tag: "v1.20.0" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry