Skip to content

Commit

Permalink
Pin Vespa Version (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Oct 29, 2023
1 parent 815c30c commit 64ebaf2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/docker_compose/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ services:
- db_volume:/var/lib/postgresql/data
# This container name cannot have an underscore in it due to Vespa expectations of the URL
index:
image: vespaengine/vespa:8
image: vespaengine/vespa:8.249.12
restart: always
ports:
- "19071:19071"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- db_volume:/var/lib/postgresql/data
# This container name cannot have an underscore in it due to Vespa expectations of the URL
index:
image: vespaengine/vespa:8
image: vespaengine/vespa:8.249.12
restart: always
ports:
- "19071:19071"
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker_compose/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
- db_volume:/var/lib/postgresql/data
# This container name cannot have an underscore in it due to Vespa expectations of the URL
index:
image: vespaengine/vespa:8
image: vespaengine/vespa:8.249.12
restart: always
ports:
- "19071:19071"
Expand Down
2 changes: 1 addition & 1 deletion deployment/kubernetes/vespa-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
spec:
containers:
- name: vespa
image: vespaengine/vespa:8
image: vespaengine/vespa:8.249.12
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

1 comment on commit 64ebaf2

@vercel
Copy link

@vercel vercel bot commented on 64ebaf2 Oct 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.