Skip to content

Commit

Permalink
Bump web3signer version (#470)
Browse files Browse the repository at this point in the history
* Bump web3signer version

* Add validate
  • Loading branch information
antares-sw authored Nov 1, 2023
1 parent f18a9d8 commit fab32a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/web3signer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 4.1.3
version: 5.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
3 changes: 3 additions & 0 deletions charts/web3signer/templates/validate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{{- if not .Values.global.vault }}
{{- fail ".Values.global.vault is empty" }}
{{- end }}
14 changes: 7 additions & 7 deletions charts/web3signer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# Declare variables to be passed into your templates.

global:
## Network
## Options: mainnet, prater, gnosis
network: "mainnet"

# StakeWise V3 Vault contract address
vault: ""

serviceAccount:
create: true

Expand Down Expand Up @@ -62,13 +69,6 @@ fullnameOverride: ""
## ref: https://docs.web3signer.consensys.net/en/latest/Reference/CLI/CLI-Syntax/
##

# StakeWise V3 Vault contract address
vault: ""

## Network
## Options: mainnet, prater, gnosis
network: "mainnet"

## Sets logging verbosity.
## Log levels are OFF, FATAL, WARN, INFO, DEBUG, TRACE, ALL.
loggingLevel: "INFO"
Expand Down

0 comments on commit fab32a3

Please sign in to comment.