wso2 / kubernetes-pipeline

This project contains the Helm resources required to deploy CI/CD Pipeline in a Kubernetes environment for WSO2 products.
Apache License 2.0
47 stars 19 forks source link

Add artifact constraint for chart trigger #97

Closed Aaquiff closed 4 years ago

Aaquiff commented 4 years ago

Description: When two applications with the same Helm chart are configured together, pipelines in both applications are triggered when the chart is pushed to the webhook endpoint. This can be solved by adding an artifact constraint with the application name and adding the same to the webhook content.

chirangaalwis commented 4 years ago

Fixed in the referenced PR.