Skip to content

Commit

Permalink
Update Prysm to v4.2.0 & Lodestart to v1.14.0 (#499)
Browse files Browse the repository at this point in the history
* Update Prysm to v4.2.0 & Lodestart to v1.14.0

* Fix values
  • Loading branch information
antares-sw authored Jan 19, 2024
1 parent 0cc58dd commit ad71f79
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions charts/lodestar-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,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: 1.0.3
version: 1.0.4

# 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: "v1.13.0"
appVersion: "v1.14.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/lodestar-validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ image:
registry: "docker.io"
repository: "chainsafe/lodestar"
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.13.0"
tag: "v1.14.0"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions charts/lodestar/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: lodestar
version: 1.0.4
version: 1.0.5
kubeVersion: "^1.20.0-0"
description: Rust Ethereum 2.0 Client.
type: application
Expand All @@ -16,7 +16,7 @@ maintainers:
- name: Dmitri Tsumak
email: [email protected]
icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png
appVersion: v1.13.0
appVersion: v1.14.0

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/lodestar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sidecar:
image:
registry: "docker.io"
repository: "chainsafe/lodestar"
tag: "v1.13.0"
tag: "v1.14.0"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down
10 changes: 5 additions & 5 deletions charts/prysm-validator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ 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.1.1
version: 4.2.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.1.1"
appVersion: "v4.2.0"

dependencies:
- name: common
repository: https://charts.stakewise.io/
version: 1.x.x
- name: common
repository: https://charts.stakewise.io/
version: 1.x.x
24 changes: 12 additions & 12 deletions charts/prysm-validator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ global:
serviceAccount:
# Specifies whether a service account should be created
create: true

## Monitoring
## Additional settings could be made in non-global section.
##
Expand Down Expand Up @@ -91,7 +91,7 @@ image:
repository: prysmaticlabs/prysm/validator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v4.1.1"
tag: "v4.2.0"

imagePullSecrets: []
nameOverride: ""
Expand All @@ -114,16 +114,16 @@ service:
type: ClusterIP

resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi

## Node labels for pod assignment
## ref: https://kubernetes.io/docs/user-guide/node-selection/
Expand Down
10 changes: 5 additions & 5 deletions charts/prysm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prysm
version: 4.1.1
appVersion: v4.1.1
version: 4.2.0
appVersion: v4.2.0
kubeVersion: "^1.18.0-0"
description: Go implementation of Ethereum proof of stake.
type: application
Expand All @@ -19,6 +19,6 @@ maintainers:
icon: https://raw.githubusercontent.com/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png

dependencies:
- name: common
repository: https://charts.stakewise.io/
version: 1.x.x
- name: common
repository: https://charts.stakewise.io/
version: 1.x.x
28 changes: 14 additions & 14 deletions charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ global:
serviceAccount:
# Specifies whether a service account should be created
create: true

## RBAC configuration.
## ref: https://kubernetes.io/docs/reference/access-authn-authz/rbac/
## Additional settings could be made in non-global section.
Expand All @@ -44,7 +44,7 @@ global:
## Specifies whether RBAC resources are to be created
##
create: true

## Monitoring
## Additional settings could be made in non-global section.
##
Expand All @@ -69,7 +69,7 @@ global:
## Create a custom prometheusRule Resource for scraping metrics using PrometheusOperator
##
enabled: false

## Configure liveness and readiness probes
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
## NB! readinessProbe and livenessProbe must be disabled before fully synced
Expand Down Expand Up @@ -125,23 +125,23 @@ rbac:
##
- apiGroups: [""]
resources:
- "nodes"
- "nodes"
verbs:
- "get"
- "list"
- "watch"
- "get"
- "list"
- "watch"
## Required Role rules
##
rules:
## Required to get information about the serices nodePort.
##
- apiGroups: [""]
resources:
- "services"
- "services"
verbs:
- "get"
- "list"
- "watch"
- "get"
- "list"
- "watch"

## Init image is used to chown data volume, initialise genesis, etc.
##
Expand Down Expand Up @@ -171,7 +171,7 @@ sidecar:
image:
registry: "gcr.io"
repository: "prysmaticlabs/prysm/beacon-chain"
tag: "v4.1.1"
tag: "v4.2.0"
pullPolicy: IfNotPresent
imageGnosis:
registry: "ghcr.io"
Expand Down Expand Up @@ -226,7 +226,7 @@ http:
## If set, prysm will perform a checkpoint sync via network request. For more information see here: https://docs.prylabs.network/docs/prysm-usage/checkpoint-sync#option-1-configure-checkpoint-sync-via-network-request
## Respective public checkpoint sync endpoints can be found here: https://eth-clients.github.io/checkpoint-sync-endpoints/
## It is not recommended to blindly trust any public beacon node.
## Therefore please verify that you are on the correct chain: https://notes.ethereum.org/@launchpad/checkpoint-sync#1-Obtaining-finalized-checkpoint-amp-state-root
## Therefore please verify that you are on the correct chain: https://notes.ethereum.org/@launchpad/checkpoint-sync#1-Obtaining-finalized-checkpoint-amp-state-root
##
checkpointSyncUrl: ""

Expand All @@ -240,7 +240,7 @@ httpMevRelay: ""

## Post bellatrix, this address will receive the transaction fees produced
## by any blocks from this node. Default to junk whilst bellatrix is in development state.
## Validator client can override this value through the preparebeaconproposer api.
## Validator client can override this value through the preparebeaconproposer api.
##
suggestedFeeRecipient: ""

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 @@ -15,13 +15,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.1.5
version: 5.1.6

# 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.1.5"
appVersion: "v5.1.6"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ image:
prysm:
registry: "gcr.io"
repository: "prysmaticlabs/prysm/validator"
tag: "v4.1.1"
tag: "v4.2.0"
lighthouse:
registry: "docker.io"
repository: "sigp/lighthouse"
Expand Down

0 comments on commit ad71f79

Please sign in to comment.