mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 07:04:23 +08:00
oraculum: Use python3.9 s2i image on prod, change frontend source branch
This commit is contained in:
@@ -19,14 +19,8 @@ spec:
|
||||
type: Source
|
||||
sourceStrategy:
|
||||
from:
|
||||
{% if env == 'staging' %}
|
||||
kind: DockerImage
|
||||
name: registry.access.redhat.com/ubi8/python-39
|
||||
{% else %}
|
||||
kind: ImageStreamTag
|
||||
namespace: openshift
|
||||
name: python:3.6
|
||||
{% endif %}
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
@@ -46,7 +40,10 @@ spec:
|
||||
type: Git
|
||||
git:
|
||||
uri: 'https://pagure.io/fedora-qa/packager_dashboard.git'
|
||||
{% if env == 'staging' %}
|
||||
ref: 'master'
|
||||
{% else %}
|
||||
ref: 'prod'
|
||||
strategy:
|
||||
type: Docker
|
||||
dockerStrategy:
|
||||
|
||||
Reference in New Issue
Block a user