From d78f3895b661d0990abee81b76cc77ac139b899a Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:27:58 +0300 Subject: [PATCH] Update Web3Signer flyway --- charts/web3signer/Chart.yaml | 2 +- charts/web3signer/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/web3signer/Chart.yaml b/charts/web3signer/Chart.yaml index 8c811a72..ae8cbfb6 100644 --- a/charts/web3signer/Chart.yaml +++ b/charts/web3signer/Chart.yaml @@ -16,7 +16,7 @@ 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: 6.0.1 +version: 6.0.2 # 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 diff --git a/charts/web3signer/values.yaml b/charts/web3signer/values.yaml index 68715fc6..4ec4b6f9 100644 --- a/charts/web3signer/values.yaml +++ b/charts/web3signer/values.yaml @@ -51,7 +51,7 @@ decryptionKey: "" flywayImage: registry: "docker.io" repository: flyway/flyway - tag: "9-alpine" + tag: "10.11-alpine" pullPolicy: IfNotPresent imagePullSecrets: []