Skip to content

Commit

Permalink
test: Use avs 0.10.0 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Sep 10, 2024
1 parent af9cae6 commit d6836bb
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@ asvec --help
> [!NOTE]
> More features are in the works. Don't worry!
- **Data Browsing**: Easily run queries on an index.
- **Index Management**: Listing, creating, and dropping indexes.
- **User Management**: Listing, creating, and dropping users. Revoking and granting user's roles.
- **User Management**: Listing, creating, and dropping users. Revoking and
granting user's roles.
- **Node visibility**: Listing nodes and important metadata i.e. version, peers,
etc.

## Issues

Expand Down
2 changes: 1 addition & 1 deletion docker/auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
timeout: 20s
retries: 20
avs:
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
depends_on:
aerospike:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion docker/mtls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
timeout: 20s
retries: 20
avs:
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
depends_on:
aerospike:
condition: service_healthy
Expand Down
6 changes: 3 additions & 3 deletions docker/multi-node-LB/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
volumes:
- ./config/aerospike-vector-search-1.yml:/etc/aerospike-vector-search/aerospike-vector-search.yml
- ./config/features.conf:/etc/aerospike-vector-search/features.conf
Expand All @@ -35,7 +35,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
volumes:
- ./config/aerospike-vector-search-2.yml:/etc/aerospike-vector-search/aerospike-vector-search.yml
- ./config/features.conf:/etc/aerospike-vector-search/features.conf
Expand All @@ -50,7 +50,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
volumes:
- ./config/aerospike-vector-search-3.yml:/etc/aerospike-vector-search/aerospike-vector-search.yml
- ./config/features.conf:/etc/aerospike-vector-search/features.conf
Expand Down
6 changes: 3 additions & 3 deletions docker/multi-node-client-visibility-err/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
ports:
- "10000:10000"
volumes:
Expand All @@ -37,7 +37,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
ports:
- "10001:10001"
volumes:
Expand All @@ -54,7 +54,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
# ports:
# - "10002:10002" # This causes the visibility err
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker/multi-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
ports:
- "10000:10000"
volumes:
Expand All @@ -37,7 +37,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
ports:
- "10001:10001"
volumes:
Expand All @@ -54,7 +54,7 @@ services:
depends_on:
aerospike:
condition: service_healthy
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
ports:
- "10002:10002"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/tls/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
timeout: 20s
retries: 20
avs:
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
depends_on:
aerospike:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion docker/vanilla/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
timeout: 20s
retries: 20
avs:
image: aerospike.jfrog.io/docker/aerospike/aerospike-vector-search-private:0.9.1-SNAPSHOT
image: aerospike/aerospike-vector-search:0.10.0
depends_on:
aerospike:
condition: service_healthy
Expand Down

0 comments on commit d6836bb

Please sign in to comment.