Skip to content

Commit

Permalink
Update ENV (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Jun 30, 2023
1 parent e7a1094 commit f36393d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.0.7
appVersion: v0.1.7
version: 3.0.8
appVersion: v0.1.9
kubeVersion: "^1.14.0-0"
description: Operator hosted service for Stakewise V3 protocol.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/v3-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
data:
DATABASE_DIR: "/data"
NETWORK: {{ .Values.settings.network | quote }}
VAULT_CONTRACT_ADDRESS: {{ .Values.settings.vaultContractAddress | quote }}
VAULT: {{ .Values.settings.vault | quote }}
EXECUTION_ENDPOINT: {{ .Values.settings.executionEndpoint | quote }}
CONSENSUS_ENDPOINT: {{ .Values.settings.consensusEndpoint | quote }}
KEYSTORES_PASSWORD_FILE: {{ .Values.settings.keystoresPasswordFile | quote }}
Expand Down
4 changes: 2 additions & 2 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: "v0.1.7"
tag: "master"
pullPolicy: IfNotPresent
pullSecrets: [ ]

Expand All @@ -80,7 +80,7 @@ settings:
network: "goerli"

# Address of the Vault to register validators for
vaultContractAddress: ""
vault: ""

# API endpoint for the execution node
executionEndpoint: ""
Expand Down

0 comments on commit f36393d

Please sign in to comment.