diff --git a/charts/prysm-validator/Chart.yaml b/charts/prysm-validator/Chart.yaml index d9c3bde2..52956f75 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: 5.0.3 +version: 5.1.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: "5.0.3" +appVersion: "5.1.0" dependencies: - name: common diff --git a/charts/prysm-validator/values.yaml b/charts/prysm-validator/values.yaml index e3ec83ac..5398a3d0 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: "v5.0.3" + tag: "v5.1.0" imagePullSecrets: [] nameOverride: "" diff --git a/charts/prysm/Chart.yaml b/charts/prysm/Chart.yaml index 184f0701..95bf0480 100644 --- a/charts/prysm/Chart.yaml +++ b/charts/prysm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: prysm -version: 5.0.4 -appVersion: v5.0.3 +version: 5.1.0 +appVersion: v5.1.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 e594bcb4..7b4e0ee9 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: "v5.0.3" + tag: "v5.1.0" pullPolicy: IfNotPresent imageGnosis: registry: "ghcr.io" diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index 1b15d4ac..8205979a 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-operator -version: 3.3.5 -appVersion: v1.3.3 +version: 3.3.6 +appVersion: v2.0.6 description: Operator hosted service for Stakewise V3 protocol. type: application icon: https://storage.googleapis.com/stakewise-charts/stakewise.png diff --git a/charts/v3-operator/values.yaml b/charts/v3-operator/values.yaml index 8435b6fa..aae25219 100644 --- a/charts/v3-operator/values.yaml +++ b/charts/v3-operator/values.yaml @@ -57,7 +57,7 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v1.3.2" + tag: "v2.0.6" pullPolicy: IfNotPresent pullSecrets: [] diff --git a/charts/validators/Chart.yaml b/charts/validators/Chart.yaml index 1457ec73..4f2edf7d 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.7.7 +version: 3.7.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: "v3.7.7" +appVersion: "v3.7.8" keywords: - ethereum diff --git a/charts/validators/values.yaml b/charts/validators/values.yaml index 2005fe87..a2d88b45 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: "v5.0.4" + tag: "v5.1.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 6f0af972..dbc9c1b4 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: 6.2.0 +version: 6.2.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: "v6.2.0" +appVersion: "v6.2.1" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index acf28632..5c3b73fd 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -46,7 +46,7 @@ initImageBusybox: cliImage: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v2.0.0.alpha.2" + tag: "v2.0.6" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname' @@ -113,7 +113,7 @@ image: prysm: registry: "gcr.io" repository: "prysmaticlabs/prysm/validator" - tag: "v5.0.4" + tag: "v5.1.0" lighthouse: registry: "docker.io" repository: "sigp/lighthouse"