Skip to content

Commit

Permalink
Update Erigon & Web3Signer (#440)
Browse files Browse the repository at this point in the history
* Update Erigon & Web3Signer

* Add new migrations

* Remove v12 migrations
  • Loading branch information
antares-sw authored Sep 8, 2023
1 parent f496d2d commit 1b1bc6c
Show file tree
Hide file tree
Showing 4 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.4.9
version: 2.4.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: "v2.48.1"
appVersion: "v2.49.0"

dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ image:
repository: thorax/erigon
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.48.1"
tag: "v2.49.0"

## 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/web3signer/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: 4.0.4
version: 4.1.1

# 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: "v23.8.1"
appVersion: "v23.9.0"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
repository: consensys/web3signer
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "23.8.1"
tag: "23.9.0"

## Init image is used to chown data volume, etc.
##
Expand Down

0 comments on commit 1b1bc6c

Please sign in to comment.