Skip to content

Commit

Permalink
Merge pull request #1 from stakewise/feature/deposits-activation
Browse files Browse the repository at this point in the history
Update oracle image, add vrcContractAddress setting
  • Loading branch information
tsudmi authored Mar 23, 2021
2 parents 37cba09 + 0dfbe9c commit 921b619
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions oracle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: oracle
version: 1.0.6
version: 1.1.1
kubeVersion: "^1.14.0-0"
description: The StakeWise application for submitting off-chain data to smart contracts.
type: application
Expand All @@ -14,4 +14,4 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.0.6
appVersion: v1.1.1
1 change: 1 addition & 0 deletions oracle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ data:
INJECT_LOCAL_FILTER_MIDDLEWARE: {{ .Values.settings.injectLocalFilterMiddleware | quote }}
APPLY_GAS_PRICE_STRATEGY: {{ .Values.settings.applyGasPriceStrategy | quote }}
MAX_TX_WAIT_SECONDS: {{ .Values.settings.maxTxWaitSeconds | quote }}
ORACLE_VOTE_GAS_LIMIT: {{ .Values.settings.oracleVoteGasLimit | quote }}

# oracle balance
BALANCE_WARNING_THRESHOLD: {{ .Values.settings.balanceWarningThreshold | quote }}
Expand Down
3 changes: 2 additions & 1 deletion oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tolerations: [ ]
# Docker image
image:
repository: "stakewiselabs/oracle"
tag: "v1.0.6"
tag: "v1.1.1"
pullPolicy: IfNotPresent

# Configure resource requests and limits.
Expand Down Expand Up @@ -57,6 +57,7 @@ settings:
injectLocalFilterMiddleware: "False"
applyGasPriceStrategy: "False"
maxTxWaitSeconds: "180"
oracleVoteGasLimit: "250000"

# oracle balance
balanceWarningThreshold: "0.05"
Expand Down
4 changes: 2 additions & 2 deletions prysm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: prysm
version: 1.3.3
version: 1.3.4
kubeVersion: "^1.14.0-0"
description: Golang implementation of the Ethereum 2.0 client.
type: application
Expand All @@ -14,4 +14,4 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: [email protected]
appVersion: v1.3.3
appVersion: v1.3.4
6 changes: 3 additions & 3 deletions prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bootnode:
# Docker image
image:
repository: "gcr.io/prysmaticlabs/prysm/bootnode"
tag: "HEAD-0f1d14"
tag: "HEAD-d2b111"
pullPolicy: IfNotPresent

# Optional private key used for identity
Expand Down Expand Up @@ -51,7 +51,7 @@ slasher:
# Docker image
image:
repository: "gcr.io/prysmaticlabs/prysm/slasher"
tag: "v1.3.3"
tag: "v1.3.4"
pullPolicy: IfNotPresent

extraFlags:
Expand Down Expand Up @@ -115,7 +115,7 @@ beacon:
# Docker image
image:
repository: "gcr.io/prysmaticlabs/prysm/beacon-chain"
tag: "v1.3.3"
tag: "v1.3.4"
pullPolicy: IfNotPresent

# Enable pod disruption budget
Expand Down

0 comments on commit 921b619

Please sign in to comment.