fedocal: use a more recent version of Python for prod too

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-07 10:30:47 +02:00
parent cb3a9a1bc7
commit 7da433b68c
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -25,11 +25,7 @@ spec:
from:
kind: ImageStreamTag
namespace: openshift
{% if env == 'staging' %}
name: python:3.11-ubi9
{% else %}
name: python:3.6-ubi8
{% endif %}
triggers:
- type: ConfigChange
- type: ImageChange