Skip to content

Commit

Permalink
Update Clients (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Aug 23, 2024
1 parent 7d0b42b commit 26ac790
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions charts/prysm-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/prysm-validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/prysm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/v3-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions charts/validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 26ac790

Please sign in to comment.