Skip to content

Commit

Permalink
Merge pull request #77 from weaviate/update-docker-images
Browse files Browse the repository at this point in the history
Update test docker images to Weaviate v1.20.0
  • Loading branch information
antas-marcin committed Jul 6, 2023
2 parents e617862 + 6e50ab3 commit f2c98b0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose-azure-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
ports:
- 8081:8081
restart: on-failure:0
Expand Down
4 changes: 2 additions & 2 deletions ci/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
weaviate-node-1:
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
restart: on-failure:0
ports:
- "8087:8080"
Expand All @@ -25,7 +25,7 @@ services:
- '8080'
- --scheme
- http
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
ports:
- 8088:8080
- 6061:6060
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-okta-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
ports:
- 8082:8082
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-okta-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
ports:
- 8083:8083
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- '8086'
- --scheme
- http
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
ports:
- 8086:8086
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-wcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
ports:
- 8085:8085
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
weaviate:
image: semitechnologies/weaviate:preview-fix-validation-of-multi-tenancy-configuration-0529e8e
image: semitechnologies/weaviate:1.20.0
restart: on-failure:0
ports:
- "8080:8080"
Expand Down
4 changes: 2 additions & 2 deletions src/cluster/journey.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
SOUP_CLASS_NAME,
} from '../utils/testData';

const EXPECTED_WEAVIATE_VERSION = '1.20.0-prealpha';
const EXPECTED_WEAVIATE_GIT_HASH = '0529e8e';
const EXPECTED_WEAVIATE_VERSION = '1.20.0';
const EXPECTED_WEAVIATE_GIT_HASH = '7865a4a';

describe('cluster nodes endpoint', () => {
const client = weaviate.client({
Expand Down

0 comments on commit f2c98b0

Please sign in to comment.