diff --git a/charts/v3-operator/Chart.yaml b/charts/v3-operator/Chart.yaml index 8daaee40..653d6b47 100644 --- a/charts/v3-operator/Chart.yaml +++ b/charts/v3-operator/Chart.yaml @@ -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 diff --git a/charts/v3-operator/values.yaml b/charts/v3-operator/values.yaml index 248a1207..6f6baa75 100644 --- a/charts/v3-operator/values.yaml +++ b/charts/v3-operator/values.yaml @@ -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: [] @@ -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 diff --git a/charts/v3-oracle/Chart.yaml b/charts/v3-oracle/Chart.yaml index 1fb40d5e..f5f7d2e9 100644 --- a/charts/v3-oracle/Chart.yaml +++ b/charts/v3-oracle/Chart.yaml @@ -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 diff --git a/charts/v3-oracle/values.yaml b/charts/v3-oracle/values.yaml index a74891da..7e58d06e 100644 --- a/charts/v3-oracle/values.yaml +++ b/charts/v3-oracle/values.yaml @@ -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: [] @@ -110,7 +110,7 @@ ingress: settings: logLevel: "INFO" - ## Possible values: goerli, perm_goerli, gnosis, mainnet + ## Possible values: mainnet, gnosis, holesky, chiado ## network: "mainnet"