Update Vespa to 8.267.29 (#812)

This commit is contained in:
sam lockart 2023-12-22 12:18:16 +11:00 committed by GitHub
parent 26f94c9890
commit eb31c08461
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.249.12
image: vespaengine/vespa:8.267.29
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.249.12
image: vespaengine/vespa:8.267.29
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.249.12
image: vespaengine/vespa:8.267.29
restart: always
ports:
- "19071:19071"

View File

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