From 1b1bc6c4612c56b83a77abcb40c25f428584f7db Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 8 Sep 2023 10:56:25 +0300 Subject: [PATCH] Update Erigon & Web3Signer (#440) * Update Erigon & Web3Signer * Add new migrations * Remove v12 migrations --- charts/erigon/Chart.yaml | 4 ++-- charts/erigon/values.yaml | 2 +- charts/web3signer/Chart.yaml | 4 ++-- charts/web3signer/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/erigon/Chart.yaml b/charts/erigon/Chart.yaml index 18070cf2a..6ebc5e274 100644 --- a/charts/erigon/Chart.yaml +++ b/charts/erigon/Chart.yaml @@ -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 diff --git a/charts/erigon/values.yaml b/charts/erigon/values.yaml index 817dad63f..66f9820fa 100644 --- a/charts/erigon/values.yaml +++ b/charts/erigon/values.yaml @@ -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/ diff --git a/charts/web3signer/Chart.yaml b/charts/web3signer/Chart.yaml index ba310903b..ea0ee6299 100644 --- a/charts/web3signer/Chart.yaml +++ b/charts/web3signer/Chart.yaml @@ -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 diff --git a/charts/web3signer/values.yaml b/charts/web3signer/values.yaml index 99983ed71..40d415b69 100644 --- a/charts/web3signer/values.yaml +++ b/charts/web3signer/values.yaml @@ -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. ##