Datagrepper now needs python 3.10+

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-08-25 10:35:22 +02:00
parent c45cf15658
commit b1020df978
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ metadata:
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
name: ubi8-python-39
name: ubi8-python-311
spec:
lookupPolicy:
local: false
@ -15,7 +15,7 @@ metadata:
- name: latest
from:
kind: DockerImage
name: registry.access.redhat.com/ubi8/python-39:latest
name: registry.access.redhat.com/ubi8/python-311:latest
importPolicy:
scheduled: true
referencePolicy:

View file

@ -22,7 +22,7 @@ spec:
sourceStrategy:
from:
kind: ImageStreamTag
name: ubi8-python-39:latest
name: ubi8-python-311:latest
output:
to:
kind: ImageStreamTag