[fedoal] Update ImageStreamTag to python3.6-ubi8 to fix the deployment issue

Signed-off-by: Samyak Jain <samyak.jn11@gmail.com>
This commit is contained in:
Samyak Jain
2025-07-02 12:04:59 +05:30
parent b0d5256c1b
commit 081a6d30d4

View File

@@ -28,7 +28,7 @@ spec:
{% if env == 'staging' %}
name: python:3.11-ubi9
{% else %}
name: python:3.9-ubi8
name: python:3.6-ubi8
{% endif %}
triggers:
- type: ConfigChange