Skip to content

Commit

Permalink
Update operator (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jul 10, 2024
1 parent 0f311b9 commit c81a733
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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: 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
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.3.0"
tag: "v2.0.0.alpha.2"
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: 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
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.3.0"
tag: "v2.0.0.alpha.2"
pullPolicy: IfNotPresent

## Database connection string, ex. 'postgresql://username:pass@hostname/dbname'
Expand Down

0 comments on commit c81a733

Please sign in to comment.