From 05a02eed7bb5e782d28af34d3db1d890fe728fdb Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Mon, 4 Sep 2023 11:59:39 +0300 Subject: [PATCH] Update Lighthouse to v4.4.1 (#437) --- charts/lighthouse-validator/Chart.yaml | 4 ++-- charts/lighthouse/Chart.yaml | 4 ++-- charts/lighthouse/values.yaml | 2 +- charts/validators/Chart.yaml | 4 ++-- charts/validators/values.yaml | 2 +- charts/web3signer-validators/Chart.yaml | 4 ++-- charts/web3signer-validators/values.yaml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/lighthouse-validator/Chart.yaml b/charts/lighthouse-validator/Chart.yaml index bd6a91f1d..775af462d 100644 --- a/charts/lighthouse-validator/Chart.yaml +++ b/charts/lighthouse-validator/Chart.yaml @@ -15,13 +15,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.3.0 +version: 4.4.1 # 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: "v4.3.0" +appVersion: "v4.4.1" dependencies: - name: common diff --git a/charts/lighthouse/Chart.yaml b/charts/lighthouse/Chart.yaml index 4abe9886f..cec99f68c 100644 --- a/charts/lighthouse/Chart.yaml +++ b/charts/lighthouse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: lighthouse -version: 4.3.0 +version: 4.4.1 kubeVersion: "^1.20.0-0" description: Rust Ethereum 2.0 Client. type: application @@ -16,7 +16,7 @@ maintainers: - name: Dmitri Tsumak email: dmitri@stakewise.io icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png -appVersion: v4.3.0 +appVersion: v4.4.1 dependencies: - name: common diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 6d312a8bb..211f224bd 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -108,7 +108,7 @@ sidecar: image: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v4.3.0" + tag: "v4.4.1" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index a163338e2..41a896ffc 100644 --- a/charts/validators/Chart.yaml +++ b/charts/validators/Chart.yaml @@ -15,14 +15,14 @@ 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: 3.4.9 +version: 3.5.1 # 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: "v3.4.9" +appVersion: "v3.5.1" keywords: - ethereum diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 6ecaaefe6..015484f4b 100644 --- a/charts/validators/values.yaml +++ b/charts/validators/values.yaml @@ -115,7 +115,7 @@ image: lighthouse: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v4.3.0" + tag: "v4.4.1" teku: registry: "docker.io" repository: "consensys/teku" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 4f7bd6b9b..f9abaa825 100644 --- a/charts/web3signer-validators/Chart.yaml +++ b/charts/web3signer-validators/Chart.yaml @@ -15,14 +15,14 @@ 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.0.3 +version: 4.1.1 # 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: "v4.0.3" +appVersion: "v4.1.1" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 46e97dad8..7ed66ad42 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -111,7 +111,7 @@ image: lighthouse: registry: "docker.io" repository: "sigp/lighthouse" - tag: "v4.3.0" + tag: "v4.4.1" teku: registry: "docker.io" repository: "consensys/teku"