Skip to content

Commit 72b2a65

Browse files
committed
Update Prysm to v6.0.1
1 parent 1d3d2e3 commit 72b2a65

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/prysm-validator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 6.0.0
19+
version: 6.0.1
2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "6.0.0"
24+
appVersion: "6.0.1"
2525

2626
dependencies:
2727
- name: common

charts/prysm-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ image:
9191
repository: prysmaticlabs/prysm/validator
9292
pullPolicy: IfNotPresent
9393
# Overrides the image tag whose default is the chart appVersion.
94-
tag: "v6.0.0"
94+
tag: "v6.0.1"
9595

9696
imagePullSecrets: []
9797
nameOverride: ""

charts/prysm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prysm
3-
version: 6.0.0
4-
appVersion: v6.0.0
3+
version: 6.0.1
4+
appVersion: v6.0.1
55
kubeVersion: "^1.18.0-0"
66
description: Go implementation of Ethereum proof of stake.
77
type: application

charts/prysm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sidecar:
177177
image:
178178
registry: "gcr.io"
179179
repository: "prysmaticlabs/prysm/beacon-chain"
180-
tag: "v6.0.0"
180+
tag: "v6.0.1"
181181
pullPolicy: IfNotPresent
182182
imageGnosis:
183183
registry: "ghcr.io"

charts/web3signer-validators/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 6.5.1
19+
version: 6.5.2
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "v6.5.1"
25+
appVersion: "v6.5.2"
2626

2727
keywords:
2828
- ethereum

charts/web3signer-validators/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ image:
113113
prysm:
114114
registry: "gcr.io"
115115
repository: "prysmaticlabs/prysm/validator"
116-
tag: "v6.0.0"
116+
tag: "v6.0.1"
117117
lighthouse:
118118
registry: "docker.io"
119119
repository: "sigp/lighthouse"

0 commit comments

Comments
 (0)