From c81a733d55886717ab76a6e09f931d762ed40ecc Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:17:26 +0300 Subject: [PATCH] Update operator (#554) --- charts/web3signer-validators/Chart.yaml | 4 ++-- charts/web3signer-validators/values.yaml | 2 +- charts/web3signer/Chart.yaml | 2 +- charts/web3signer/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index ced92cd9..8f7cf14c 100644 --- a/charts/web3signer-validators/Chart.yaml +++ b/charts/web3signer-validators/Chart.yaml @@ -16,13 +16,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: 6.1.5 +version: 6.1.6 # 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: "v6.1.5" +appVersion: "v6.1.6" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index c9c24d9a..66a42620 100644 --- a/charts/web3signer-validators/values.yaml +++ b/charts/web3signer-validators/values.yaml @@ -46,7 +46,7 @@ initImageBusybox: cliImage: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v1.3.0" + tag: "v2.0.0.alpha.2" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname' diff --git a/charts/web3signer/Chart.yaml b/charts/web3signer/Chart.yaml index ad8bfc49..e37f6c25 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.4 +version: 6.0.5 # 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 08dcb4f7..062a39ba 100644 --- a/charts/web3signer/values.yaml +++ b/charts/web3signer/values.yaml @@ -35,7 +35,7 @@ initImage: cliImage: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v1.3.0" + tag: "v2.0.0.alpha.2" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname'