Skip to content

Commit f788543

Browse files
author
antares-sw
authored
Update Prysm & Teku (#608)
1 parent fbb14c8 commit f788543

File tree

10 files changed

+16
-17
lines changed

10 files changed

+16
-17
lines changed

charts/prysm-validator/Chart.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +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: 5.1.2
20-
19+
version: 5.2.0
2120
# This is the version number of the application being deployed. This version number should be
2221
# incremented each time you make changes to the application. Versions are not expected to
2322
# follow Semantic Versioning. They should reflect the version the application is using.
2423
# It is recommended to use it with quotes.
25-
appVersion: "5.1.2"
24+
appVersion: "5.2.0"
2625

2726
dependencies:
2827
- 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: "v5.1.2"
94+
tag: "v5.2.0"
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: 5.1.2
4-
appVersion: v5.1.2
3+
version: 5.2.0
4+
appVersion: v5.2.0
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
@@ -171,7 +171,7 @@ sidecar:
171171
image:
172172
registry: "gcr.io"
173173
repository: "prysmaticlabs/prysm/beacon-chain"
174-
tag: "v5.1.2"
174+
tag: "v5.2.0"
175175
pullPolicy: IfNotPresent
176176
imageGnosis:
177177
registry: "ghcr.io"

charts/teku-validator/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: 4.2.6
19+
version: 4.2.7
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: "24.12.0"
25+
appVersion: "24.12.1"
2626

2727
dependencies:
2828
- name: common

charts/teku-validator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ image:
9494
repository: consensys/teku
9595
pullPolicy: IfNotPresent
9696
# Overrides the image tag whose default is the chart appVersion.
97-
tag: "24.12.0"
97+
tag: "24.12.1"
9898

9999
imagePullSecrets: []
100100
nameOverride: ""

charts/teku/Chart.yaml

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

2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to
2626
# follow Semantic Versioning. They should reflect the version the application is using.
2727
# It is recommended to use it with quotes.
28-
appVersion: "24.12.0"
28+
appVersion: "24.12.1"
2929

3030
keywords:
3131
- ethereum

charts/teku/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ image:
106106
repository: consensys/teku
107107
pullPolicy: IfNotPresent
108108
# Overrides the image tag whose default is the chart appVersion.
109-
tag: "24.12.0"
109+
tag: "24.12.1"
110110

111111
imagePullSecrets: []
112112
nameOverride: ""

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.4.2
19+
version: 6.4.3
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.4.2"
25+
appVersion: "v6.4.3"
2626

2727
keywords:
2828
- ethereum

charts/web3signer-validators/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,15 @@ image:
113113
prysm:
114114
registry: "gcr.io"
115115
repository: "prysmaticlabs/prysm/validator"
116-
tag: "v5.1.2"
116+
tag: "v5.2.0"
117117
lighthouse:
118118
registry: "docker.io"
119119
repository: "sigp/lighthouse"
120120
tag: "v6.0.1"
121121
teku:
122122
registry: "docker.io"
123123
repository: "consensys/teku"
124-
tag: "24.12.0"
124+
tag: "24.12.1"
125125

126126
## Credentials to fetch images from private registry
127127
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

0 commit comments

Comments
 (0)