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. ##