Skip to content

Commit

Permalink
Update cli (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Jun 14, 2024
1 parent a84b2a6 commit 2272ca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/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: 3.7.2
version: 3.7.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v3.7.2"
appVersion: "v3.7.3"

keywords:
- ethereum
Expand Down
2 changes: 1 addition & 1 deletion charts/validators/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ initImageBusybox:
cliImage:
registry: "europe-west4-docker.pkg.dev"
repository: "stakewiselabs/public/cli"
tag: "v1.2.7"
tag: "v1.2.12"
pullPolicy: IfNotPresent

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

0 comments on commit 2272ca4

Please sign in to comment.