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:
parent
3bd1491ece
commit
f2d34ae0e1
1 changed files with 4 additions and 0 deletions
|
@ -24,7 +24,11 @@ spec:
|
||||||
from:
|
from:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
namespace: openshift
|
namespace: openshift
|
||||||
|
{% if env == 'staging' %}
|
||||||
name: python:3.11-ubi9
|
name: python:3.11-ubi9
|
||||||
|
{% else %}
|
||||||
|
name: python:3.6
|
||||||
|
{% endif %}
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue