From 713bddb5851b70ca0d802c2c6bb3334d919b3388 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:54:58 +0300 Subject: [PATCH] Update Erigon,Besu,Lodestar (#586) --- charts/besu/Chart.yaml | 4 ++-- charts/besu/values.yaml | 2 +- charts/erigon/Chart.yaml | 4 ++-- charts/erigon/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 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/besu/Chart.yaml b/charts/besu/Chart.yaml index b75aa8f7..73c98244 100644 --- a/charts/besu/Chart.yaml +++ b/charts/besu/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.4.6 +version: 2.4.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.9.0" +appVersion: "24.9.1" keywords: - ethereum diff --git a/charts/besu/values.yaml b/charts/besu/values.yaml index f7c62eb5..a62ba022 100644 --- a/charts/besu/values.yaml +++ b/charts/besu/values.yaml @@ -95,7 +95,7 @@ image: repository: hyperledger/besu pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "24.9.0" + tag: "24.9.1" imagePullSecrets: [] nameOverride: "" diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index a683a609..2d871347 100644 --- a/charts/erigon/Chart.yaml +++ b/charts/erigon/Chart.yaml @@ -24,13 +24,13 @@ sources: # 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.60.7 +version: 2.60.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: "2.60.7" +appVersion: "2.60.8" dependencies: - name: common diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 2e6cc3f0..7effb94d 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -97,7 +97,7 @@ image: repository: thorax/erigon pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "2.60.7" + tag: "2.60.8" ## Credentials to fetch images from private registry ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ diff --git a/charts/lodestar-validator/Chart.yaml b/charts/lodestar-validator/Chart.yaml index c36ef805..244c9e54 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.4 +version: 1.1.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: "v1.21.0" +appVersion: "v1.22.0" dependencies: - name: common diff --git a/charts/lodestar-validator/values.yaml b/charts/lodestar-validator/values.yaml index 5ea6b19a..dd52da2e 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.21.0" + tag: "v1.22.0" pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/lodestar/Chart.yaml b/charts/lodestar/Chart.yaml index 755f5f08..2fe3561b 100644 --- a/charts/lodestar/Chart.yaml +++ b/charts/lodestar/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lodestar -version: 1.1.4 +version: 1.1.5 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.21.0 +appVersion: v1.22.0 dependencies: - name: common diff --git a/charts/lodestar/values.yaml b/charts/lodestar/values.yaml index d96b3a76..32bdaf85 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.21.0" + tag: "v1.22.0" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry