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

View file

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