Skip to content

Commit

Permalink
Update operator to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Apr 4, 2024
1 parent 7a7ffdb commit 6d3b871
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/v3-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/v3-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down
4 changes: 2 additions & 2 deletions charts/web3signer-validators/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer-validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/web3signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6d3b871

Please sign in to comment.