From c200223fde757380b6aef258c35a5cc98981c012 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Fri, 25 Aug 2023 15:10:43 +0300 Subject: [PATCH] Update Web3Signer to v23.8.1 (#433) --- charts/web3signer/Chart.yaml | 4 ++-- charts/web3signer/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/web3signer/Chart.yaml b/charts/web3signer/Chart.yaml index 6365c7a93..908082b82 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.2 +version: 4.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: "v23.6.0" +appVersion: "v23.8.1" keywords: - ethereum diff --git a/charts/web3signer/values.yaml b/charts/web3signer/values.yaml index 0976cc20b..0ca543848 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.6.0" + tag: "23.8.1" ## Init image is used to chown data volume, etc. ##