Datagrepper now needs python 3.10+
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c45cf15658
commit
b1020df978
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
|||
sourceStrategy:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
name: ubi8-python-39:latest
|
||||
name: ubi8-python-311:latest
|
||||
output:
|
||||
to:
|
||||
kind: ImageStreamTag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue