Skip to content

Commit

Permalink
[ECO-2724] Hot upgrade processor and broker on emoji-main (testnet)…
Browse files Browse the repository at this point in the history
… to `3.0.1`; for the arena view `NUMERIC` column casts (#532)
xbtmatt authored Jan 29, 2025
1 parent 836f569 commit ab48705
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/cloud-formation/deploy-indexer-fallback.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
parameters:
BrokerCpu: 1024
BrokerImageVersion: '3.0.0'
BrokerImageVersion: '3.0.1'
BrokerMemory: 2048
DbMaxCapacity: 8
DeployAlb: 'true'
@@ -23,7 +23,7 @@ parameters:
EnableWafRulesWebSocket: 'false'
Environment: 'fallback'
Network: 'mainnet'
ProcessorImageVersion: '3.0.0'
ProcessorImageVersion: '3.0.1'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
4 changes: 2 additions & 2 deletions src/cloud-formation/deploy-indexer-main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
parameters:
BrokerImageVersion: '3.0.0'
BrokerImageVersion: '3.0.1'
DeployAlb: 'true'
DeployAlbDnsRecord: 'true'
DeployBastionHost: 'true'
@@ -21,7 +21,7 @@ parameters:
Environment: 'main'
Network: 'testnet'
ProcessorHealthCheckStartPeriod: 300
ProcessorImageVersion: '3.0.0'
ProcessorImageVersion: '3.0.1'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
4 changes: 2 additions & 2 deletions src/cloud-formation/deploy-indexer-production.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
parameters:
BrokerCpu: 1024
BrokerImageVersion: '3.0.0'
BrokerImageVersion: '3.0.1'
BrokerMemory: 2048
DbMaxCapacity: 8
DeployAlb: 'true'
@@ -23,7 +23,7 @@ parameters:
EnableWafRulesWebSocket: 'false'
Environment: 'production'
Network: 'mainnet'
ProcessorImageVersion: '3.0.0'
ProcessorImageVersion: '3.0.1'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'

0 comments on commit ab48705

Please sign in to comment.