mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
fedocal: conditionalize the new container to staging until we can sort out the problems
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -24,7 +24,11 @@ spec:
|
||||
from:
|
||||
kind: ImageStreamTag
|
||||
namespace: openshift
|
||||
{% if env == 'staging' %}
|
||||
name: python:3.11-ubi9
|
||||
{% else %}
|
||||
name: python:3.6
|
||||
{% endif %}
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
|
||||
Reference in New Issue
Block a user