Skip to content

Commit

Permalink
Update charts/add gnosis,chiado (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Jun 11, 2024
1 parent 91a4563 commit 57cf3d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.3.2
appVersion: v1.3.0
version: 3.3.3
appVersion: v1.3.2
description: Operator hosted service for Stakewise V3 protocol.
type: application
icon: https://storage.googleapis.com/stakewise-charts/stakewise.png
Expand Down
6 changes: 3 additions & 3 deletions 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.3.0"
tag: "v1.3.2"
pullPolicy: IfNotPresent
pullSecrets: []

Expand All @@ -78,9 +78,9 @@ settings:
## Enable debug mode. Default is false.
verbose: "false"

## The network of the Vault. Choices are: mainnet, gnosis, goerli
## The network of the Vault. Choices are: mainnet, gnosis, holesky, chiado
## Default value will be taken from vault config
network: "goerli"
network: "mainnet"

## Address of the Vault to register validators for
## NOTE: MUST BE ON LOWERCASE
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-oracle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: v3-oracle
version: 3.4.1
appVersion: v1.3.0
version: 3.4.2
appVersion: v1.4.0
kubeVersion: "^1.14.0-0"
description: The StakeWise application for submitting off-chain data to smart contracts.
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ serviceAccount:
image:
registry: "europe-west4-docker.pkg.dev"
repository: "stakewiselabs/public/v3-oracle"
tag: "v1.1.0"
tag: "v1.4.0"
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down Expand Up @@ -110,7 +110,7 @@ ingress:

settings:
logLevel: "INFO"
## Possible values: goerli, perm_goerli, gnosis, mainnet
## Possible values: mainnet, gnosis, holesky, chiado
##
network: "mainnet"

Expand Down

0 comments on commit 57cf3d3

Please sign in to comment.