From a8160f25acf763da86c1f17b882d26840afacdb2 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:24:39 +0300 Subject: [PATCH] Update Lodestar to v1.21.0 --- charts/lodestar-validator/Chart.yaml | 4 ++-- charts/lodestar-validator/values.yaml | 2 +- charts/lodestar/Chart.yaml | 4 ++-- charts/lodestar/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/lodestar-validator/Chart.yaml b/charts/lodestar-validator/Chart.yaml index 16e1fdf4..c36ef805 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.3 +version: 1.1.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: "v1.20.1" +appVersion: "v1.21.0" dependencies: - name: common diff --git a/charts/lodestar-validator/values.yaml b/charts/lodestar-validator/values.yaml index bead5b89..5ea6b19a 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.20.1" + tag: "v1.21.0" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/lodestar/Chart.yaml b/charts/lodestar/Chart.yaml index d0377d69..755f5f08 100644 --- a/charts/lodestar/Chart.yaml +++ b/charts/lodestar/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lodestar -version: 1.1.3 +version: 1.1.4 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.20.1 +appVersion: v1.21.0 dependencies: - name: common diff --git a/charts/lodestar/values.yaml b/charts/lodestar/values.yaml index d2d00078..d96b3a76 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.20.1" + tag: "v1.21.0" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry