Merge pull request #346 from oceanprotocol/upgrade/aqua_5

Bump Aqua to v5.0.0
This commit is contained in:
Alex Coseru 2023-01-06 10:23:00 +02:00 committed by GitHub
commit f2b240eaa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -70,8 +70,8 @@ The default versions are always a combination of component versions which are co
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
| ocean-contracts | | v1.1.8 | 172.15.0.14 | |
| Aquarius | | v4.2.0 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 7.14.2 | 172.15.0.6 | |
| Aquarius | | v5.0.0 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | |
| Provider | | v1.3.12 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v1.3.12 | 172.15.0.7 | 8030 -> 8030 |
| RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 |

View File

@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v4.2.0}
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.0.0}
export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.12}
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.0}