From 1684bdda5d93ce42fbf109aa56ab94fef95294c7 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:43:51 +0300 Subject: [PATCH] Update Prysm to v5.0.0 (#512) --- charts/prysm-validator/Chart.yaml | 4 ++-- charts/prysm-validator/values.yaml | 2 +- charts/prysm/Chart.yaml | 4 ++-- charts/prysm/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 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/prysm-validator/Chart.yaml b/charts/prysm-validator/Chart.yaml index ca9688b1e..660869599 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: 4.2.1 +version: 5.0.0 # 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.2.1" +appVersion: "5.0.0" dependencies: - name: common diff --git a/charts/prysm-validator/values.yaml b/charts/prysm-validator/values.yaml index 53ae174bd..d0cbb88b6 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: "v4.2.1" + tag: "v5.0.0" imagePullSecrets: [] nameOverride: "" diff --git a/charts/prysm/Chart.yaml b/charts/prysm/Chart.yaml index 6741ddcb5..c2d0350af 100644 --- a/charts/prysm/Chart.yaml +++ b/charts/prysm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prysm -version: 4.2.1 -appVersion: v4.2.1 +version: 5.0.0 +appVersion: v5.0.0 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 5994bbe0d..636ef0988 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: "v4.2.1" + tag: "v5.0.0" pullPolicy: IfNotPresent imageGnosis: registry: "ghcr.io" diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index de3817087..b4f767692 100644 --- a/charts/validators/Chart.yaml +++ b/charts/validators/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: 3.6.1 +version: 3.6.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: "v3.6.1" +appVersion: "v3.6.2" keywords: - ethereum diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 906e7bcac..4a69a8b81 100644 --- a/charts/validators/values.yaml +++ b/charts/validators/values.yaml @@ -107,7 +107,7 @@ image: prysm: registry: "gcr.io" repository: "prysmaticlabs/prysm/validator" - tag: "v4.2.1" + tag: "v5.0.0" prysmGnosis: registry: "ghcr.io" repository: "gnosischain/gbc-prysm-validator" diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index ba4759027..293af1326 100644 --- a/charts/web3signer-validators/Chart.yaml +++ b/charts/web3signer-validators/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.2.1 +version: 5.2.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: "v5.2.1" +appVersion: "v5.2.2" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index ea5484e69..0c72bbcc2 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -113,7 +113,7 @@ image: prysm: registry: "gcr.io" repository: "prysmaticlabs/prysm/validator" - tag: "v4.2.1" + tag: "v5.0.0" lighthouse: registry: "docker.io" repository: "sigp/lighthouse"