diff --git a/charts/v3-backend/Chart.yaml b/charts/v3-backend/Chart.yaml index 79229fef..e785241e 100644 --- a/charts/v3-backend/Chart.yaml +++ b/charts/v3-backend/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-backend -version: 3.2.3 -appVersion: v1.5.3 +version: 3.3.1 +appVersion: v1.6.0 kubeVersion: "^1.20.0-0" description: The StakeWise backend application. type: application diff --git a/charts/v3-backend/values.yaml b/charts/v3-backend/values.yaml index b136ec61..f7998057 100644 --- a/charts/v3-backend/values.yaml +++ b/charts/v3-backend/values.yaml @@ -77,7 +77,7 @@ settings: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/private/v3-backend" - tag: "v1.5.3" + tag: "v1.6.0" pullPolicy: IfNotPresent pullSecrets: [] diff --git a/charts/v3-keeper/Chart.yaml b/charts/v3-keeper/Chart.yaml index b1534cf9..d22ecb67 100644 --- a/charts/v3-keeper/Chart.yaml +++ b/charts/v3-keeper/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-keeper -version: 3.1.0 -appVersion: v0.7.2 +version: 3.1.1 +appVersion: v0.7.5 kubeVersion: "^1.19.0-0" description: StakeWise Keeper is used to aggregate transactions from the oracles and submit them on-chain. type: application diff --git a/charts/v3-keeper/values.yaml b/charts/v3-keeper/values.yaml index 7321d600..514e70b7 100644 --- a/charts/v3-keeper/values.yaml +++ b/charts/v3-keeper/values.yaml @@ -45,7 +45,7 @@ serviceAccount: image: registry: "europe-west4-docker.pkg.dev" repository: "stakewiselabs/public/v3-keeper" - tag: "v0.7.2" + tag: "v0.7.5" pullPolicy: IfNotPresent ## Credentials to fetch images from private registry diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index f60edc4c..8daaee40 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-operator -version: 3.3.1 -appVersion: v1.1.1 +version: 3.3.2 +appVersion: v1.3.0 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 fd94bf3d..248a1207 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.1" + tag: "v1.3.0" pullPolicy: IfNotPresent pullSecrets: [] diff --git a/charts/v3-oracle/Chart.yaml b/charts/v3-oracle/Chart.yaml index c72062d9..1fb40d5e 100644 --- a/charts/v3-oracle/Chart.yaml +++ b/charts/v3-oracle/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: v3-oracle -version: 3.3.7 -appVersion: v1.1.0 +version: 3.4.1 +appVersion: v1.3.0 kubeVersion: "^1.14.0-0" description: The StakeWise application for submitting off-chain data to smart contracts. type: application diff --git a/charts/web3signer-validators/Chart.yaml b/charts/web3signer-validators/Chart.yaml index b4487677..c2860d7e 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.0 +version: 6.1.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: "v6.1.0" +appVersion: "v6.1.1" keywords: - ethereum diff --git a/charts/web3signer-validators/values.yaml b/charts/web3signer-validators/values.yaml index eb86a466..3412db7b 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.1" + tag: "v1.3.0" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname' diff --git a/charts/web3signer/Chart.yaml b/charts/web3signer/Chart.yaml index ae8cbfb6..59faed6b 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.2 +version: 6.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 diff --git a/charts/web3signer/values.yaml b/charts/web3signer/values.yaml index 4ec4b6f9..ebbf701f 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.1" + tag: "v1.3.0" pullPolicy: IfNotPresent ## Database connection string, ex. 'postgresql://username:pass@hostname/dbname'