Skip to content

Commit

Permalink
Update Erigon & REth
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Nov 7, 2024
1 parent 6478149 commit 626b468
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/erigon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ 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: 2.60.8
version: 2.60.10

# 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: "2.60.8"
appVersion: "2.60.10"

dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ sidecar:

image:
registry: "docker.io"
repository: thorax/erigon
repository: erigontech/erigon
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "2.60.8"
tag: "v2.60.10"

## Credentials to fetch images from private registry
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
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.0
version: 1.1.1
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.0
appVersion: v1.1.1

dependencies:
- name: common
Expand Down

0 comments on commit 626b468

Please sign in to comment.