Skip to content

Commit

Permalink
Bump weaviate versions (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
databyjp authored Sep 10, 2024
1 parent 40f6c32 commit aa86141
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion developers/academy/py/multitenancy/200_setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:||site.weaviate_version||
restart: on-failure:0
ports:
- "8182:8080"
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
ports:
- 8090:8080
- 50061:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-bind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
ports:
- 8380:8080
- 50351:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon-clip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
ports:
- 8280:8080
- 50251:50051
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-anon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
ports:
- 8080:8080
- 50051:50051
Expand Down
6 changes: 3 additions & 3 deletions tests/docker-compose-three-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
restart: on-failure:0
ports:
- "8180:8080"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
restart: on-failure:0
ports:
- "8181:8080"
Expand Down Expand Up @@ -77,7 +77,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
restart: on-failure:0
ports:
- "8182:8080"
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- '8080'
- --scheme
- http
image: cr.weaviate.io/semitechnologies/weaviate:1.26.1
image: cr.weaviate.io/semitechnologies/weaviate:1.26.4
ports:
- 8099:8080
- 50052:50051
Expand Down

0 comments on commit aa86141

Please sign in to comment.