Skip to content

Commit

Permalink
Update charts versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudmi committed Feb 1, 2022
1 parent df40ee7 commit 1e9517b
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions charts/backend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: backend
version: 2.0.10
appVersion: v2.0.5
version: 2.1.0
appVersion: v2.1.0
kubeVersion: "^1.18.0-0"
description: The StakeWise backend application.
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ securityContext:

image:
repository: "europe-west4-docker.pkg.dev/stakewiselabs/private/backend"
tag: "v2.0.5"
tag: "v2.1.0"
pullPolicy: IfNotPresent
pullSecrets: [ ]

Expand Down
4 changes: 2 additions & 2 deletions charts/keeper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v2
name: keeper
version: 2.0.3
version: 2.1.0
appVersion: v2.1.2
kubeVersion: "^1.14.0-0"
description: StakeWise Keeper is used to aggregate transactions from the oracles and submit them on-chain.
type: application
Expand All @@ -14,4 +15,3 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: dmitri@stakewise.io
appVersion: v2.0.4
2 changes: 1 addition & 1 deletion charts/keeper/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
ENABLE_HEALTH_SERVER: {{ .Values.settings.enableHealthServer | quote }}
HEALTH_SERVER_HOST: {{ .Values.settings.healthServerHost | quote }}
HEALTH_SERVER_PORT: {{ .Values.settings.healthServerPort | quote }}
ETH1_CONFIRMATION_BLOCKS: {{ .Values.settings.eth1ConfirmationBlocks | quote }}
CONFIRMATION_BLOCKS: {{ .Values.settings.confirmationBlocks | quote }}
WEB3_ENDPOINT: {{ .Values.settings.web3Endpoint | quote }}
KEEPER_PROCESS_INTERVAL: {{ .Values.settings.keeperProcessInterval | quote }}
TRANSACTION_TIMEOUT: {{ .Values.settings.transactionTimeout | quote }}
4 changes: 2 additions & 2 deletions charts/keeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tolerations: [ ]
# Docker image
image:
repository: "europe-west4-docker.pkg.dev/stakewiselabs/public/oracle"
tag: "v2.0.4"
tag: "v2.1.2"
pullPolicy: IfNotPresent

# Configure resource requests and limits.
Expand All @@ -44,7 +44,7 @@ settings:
enableHealthServer: "True"
healthServerHost: "0.0.0.0"
healthServerPort: "8080"
eth1ConfirmationBlocks: "15"
confirmationBlocks: "15"
keeperProcessInterval: "10"
transactionTimeout: "900"

Expand Down
4 changes: 2 additions & 2 deletions charts/oracle/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apiVersion: v2
name: oracle
version: 2.0.3
version: 2.1.0
appVersion: v2.1.2
kubeVersion: "^1.14.0-0"
description: The StakeWise application for submitting off-chain data to smart contracts.
type: application
Expand All @@ -14,4 +15,3 @@ sources:
maintainers:
- name: Dmitri Tsumak
email: dmitri@stakewise.io
appVersion: v2.0.4
2 changes: 1 addition & 1 deletion charts/oracle/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
IPFS_PINATA_PIN_ENDPOINT: {{ .Values.settings.ipfsPinataPinEndpoint | quote }}
ETH2_ENDPOINT: {{ .Values.settings.eth2Endpoint | quote }}
ETH2_CLIENT: {{ .Values.settings.eth2Client | quote }}
ETH1_CONFIRMATION_BLOCKS: {{ .Values.settings.eth1ConfirmationBlocks | quote }}
CONFIRMATION_BLOCKS: {{ .Values.settings.confirmationBlocks | quote }}
ORACLE_PROCESS_INTERVAL: {{ .Values.settings.oracleProcessInterval | quote }}
STAKEWISE_SUBGRAPH_URL: {{ .Values.settings.stakewiseSubgraphUrl | quote }}
UNISWAP_V3_SUBGRAPH_URL: {{ .Values.settings.uniswapV3SubgraphUrl | quote }}
Expand Down
4 changes: 2 additions & 2 deletions charts/oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tolerations: [ ]
# Docker image
image:
repository: "europe-west4-docker.pkg.dev/stakewiselabs/public/oracle"
tag: "v2.0.4"
tag: "v2.1.2"
pullPolicy: IfNotPresent

# Configure resource requests and limits.
Expand Down Expand Up @@ -52,7 +52,7 @@ settings:
healthServerHost: "0.0.0.0"
healthServerPort: "8080"

eth1ConfirmationBlocks: "15"
confirmationBlocks: "15"
oracleProcessInterval: "10"

# Graph
Expand Down

0 comments on commit 1e9517b

Please sign in to comment.