openshift-apps: trigger new builds on image stream change for coreos/ostree projects
That's the whole reason we have the ImageStream.
This commit is contained in:
parent
d568c0f4f6
commit
43c8c8bc9b
3 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,8 @@ spec:
|
|||
kind: ImageStreamTag
|
||||
name: coreos-koji-tagger-img:latest
|
||||
triggers:
|
||||
- type: ImageChange
|
||||
imageChange: {}
|
||||
- type: ConfigChange
|
||||
{% if env == "staging" and coreos_koji_tagger_webhook_secret_stg is defined %}
|
||||
- type: GitHub
|
||||
|
|
|
@ -27,6 +27,8 @@ spec:
|
|||
kind: ImageStreamTag
|
||||
name: coreos-ostree-importer-img:latest
|
||||
triggers:
|
||||
- type: ImageChange
|
||||
imageChange: {}
|
||||
- type: ConfigChange
|
||||
{% if env == "staging" and coreos_ostree_importer_webhook_secret_stg is defined %}
|
||||
- type: GitHub
|
||||
|
|
|
@ -27,6 +27,8 @@ spec:
|
|||
kind: ImageStreamTag
|
||||
name: fedora-ostree-pruner-img:latest
|
||||
triggers:
|
||||
- type: ImageChange
|
||||
imageChange: {}
|
||||
- type: ConfigChange
|
||||
{% if env == "staging" and fedora_ostree_pruner_webhook_secret_stg is defined %}
|
||||
- type: GitHub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue