Skip to content

Commit

Permalink
Update Reth/Prysm/Geth/Lodestar (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Nov 20, 2024
1 parent 1e3ca0e commit 8f201c6
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
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: 2.4.14
version: 2.4.15
kubeVersion: "^1.20.0-0"
description: Official Golang implementation of the Ethereum v1 protocol.
type: application
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.14.11
appVersion: v1.14.12

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ sidecar:
image:
registry: "docker.io"
repository: "ethereum/client-go"
tag: "v1.14.11"
tag: "v1.14.12"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down
4 changes: 2 additions & 2 deletions charts/lodestar-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: 1.1.5
version: 1.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: "v1.22.0"
appVersion: "v1.23.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.22.0"
tag: "v1.23.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.1.5
version: 1.1.6
kubeVersion: "^1.20.0-0"
description: Rust Ethereum 2.0 Client.
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.22.0
appVersion: v1.23.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.22.0"
tag: "v1.23.0"
pullPolicy: IfNotPresent

## Credentials to fetch images from private registry
Expand Down
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.1.0
version: 5.1.2

# 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.1.0"
appVersion: "5.1.2"

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.1.0"
tag: "v5.1.2"

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.1.0
appVersion: v5.1.0
version: 5.1.2
appVersion: v5.1.2
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.1.0"
tag: "v5.1.2"
pullPolicy: IfNotPresent
imageGnosis:
registry: "ghcr.io"
Expand Down
4 changes: 2 additions & 2 deletions charts/reth/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: reth
version: 1.1.1
version: 1.1.2
kubeVersion: "^1.20.0-0"
description: Reth (short for Rust Ethereum, pronunciation) is an Ethereum full node implementation that is focused on being user-friendly, highly modular, as well as being fast and efficient.
type: application
Expand All @@ -16,7 +16,7 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.1.1
appVersion: v1.1.2

dependencies:
- name: common
Expand Down

0 comments on commit 8f201c6

Please sign in to comment.