Proposed title of this feature request: Trigger imagestreamtag imports via webhook
What is the nature and description of the request? Currently imagestreamtags can be scheduled to update on a cluster-wide frequency, but there is no way to trigger them individually via a webhook. Requesting a new feature that would allow this.
Why do you need this? (List the business requirements here) This feature would allow a more complete CI/CD pipeline with a discrete step to import new images into the imagestream rather than either waiting for the scheduled import or running the CLI. (oc import-image)
How would you like to achieve this? (List the functional requirements here) Implement a webhook to trigger the imagestreamtag import, which can be called by a CI/CD server (e.g. Jenkins) with appropriate credentials). Something similar to a build webhook would be appropriate.
For each functional requirement listed in question 4, specify how Red Hat and the customer can test to confirm the requirement is successfully implemented: Build new image - In CI/CD system, hit webhook - Verify that new imagestreamtag has been imported