From 6d3b871e214a138ade1e5371f5a9d8b019851a16 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:46:09 +0300 Subject: [PATCH] Update operator to v1.1.1 --- charts/v3-operator/Chart.yaml | 4 ++-- charts/v3-operator/values.yaml | 2 +- charts/web3signer-validators/Chart.yaml | 4 ++-- charts/web3signer-validators/values.yaml | 2 +- charts/web3signer/Chart.yaml | 2 +- charts/web3signer/values.yaml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index afef0391..f60edc4c 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-operator -version: 3.2.11 -appVersion: v1.1.0 +version: 3.3.1 +appVersion: v1.1.1 description: Operator hosted service for Stakewise V3 protocol. type: application icon: https://storage.googleapis.com/stakewise-charts/stakewise.png diff --git a/charts/v3-operator/values.yaml b/charts/v3-operator/values.yaml index 4dd2fb43..fd94bf3d 100644 --- a/charts/v3-operator/values.yaml +++ b/charts/v3-operator/values.yaml @@ -57,7 +57,7 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-operator" - tag: "v1.1.0" + tag: "v1.1.1" pullPolicy: IfNotPresent pullSecrets: [] diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index 9faf8baf..c1ffe5e2 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: 5.2.8 +version: 6.0.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: "v5.2.8" +appVersion: "v6.0.1" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index 83079e5c..ae81be87 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.1.0" + tag: "v1.1.1" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname' diff --git a/charts/web3signer/Chart.yaml b/charts/web3signer/Chart.yaml index e787b2bd..8c811a72 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: 5.0.8 +version: 6.0.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 diff --git a/charts/web3signer/values.yaml b/charts/web3signer/values.yaml index 38790521..68715fc6 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.1.0" + tag: "v1.1.1" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname'