Pin Vespa Version (#651)

This commit is contained in:
Yuhong Sun 2023-10-29 14:30:33 -07:00 committed by GitHub
parent 815c30c9d0
commit 64ebaf2dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -131,7 +131,7 @@ services:
- db_volume:/var/lib/postgresql/data - db_volume:/var/lib/postgresql/data
# This container name cannot have an underscore in it due to Vespa expectations of the URL # This container name cannot have an underscore in it due to Vespa expectations of the URL
index: index:
image: vespaengine/vespa:8 image: vespaengine/vespa:8.249.12
restart: always restart: always
ports: ports:
- "19071:19071" - "19071:19071"

View File

@ -71,7 +71,7 @@ services:
- db_volume:/var/lib/postgresql/data - db_volume:/var/lib/postgresql/data
# This container name cannot have an underscore in it due to Vespa expectations of the URL # This container name cannot have an underscore in it due to Vespa expectations of the URL
index: index:
image: vespaengine/vespa:8 image: vespaengine/vespa:8.249.12
restart: always restart: always
ports: ports:
- "19071:19071" - "19071:19071"

View File

@ -71,7 +71,7 @@ services:
- db_volume:/var/lib/postgresql/data - db_volume:/var/lib/postgresql/data
# This container name cannot have an underscore in it due to Vespa expectations of the URL # This container name cannot have an underscore in it due to Vespa expectations of the URL
index: index:
image: vespaengine/vespa:8 image: vespaengine/vespa:8.249.12
restart: always restart: always
ports: ports:
- "19071:19071" - "19071:19071"

View File

@ -35,7 +35,7 @@ spec:
spec: spec:
containers: containers:
- name: vespa - name: vespa
image: vespaengine/vespa:8 image: vespaengine/vespa:8.249.12
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
privileged: true privileged: true