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:
Dusty Mabe 2023-05-19 12:34:32 -04:00 committed by dustymabe
parent d568c0f4f6
commit 43c8c8bc9b
3 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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