Bump Vespa to 8.277.17 (#851)

This commit is contained in:
Yuhong Sun 2023-12-21 17:23:27 -08:00 committed by GitHub
parent eb31c08461
commit 56406a0b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,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.267.29
image: vespaengine/vespa:8.277.17
restart: always
ports:
- "19071:19071"

View File

@ -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.267.29
image: vespaengine/vespa:8.277.17
restart: always
ports:
- "19071:19071"

View File

@ -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.267.29
image: vespaengine/vespa:8.277.17
restart: always
ports:
- "19071:19071"

View File

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