Summary
CICD without gitops
- Cd pipeline which are non-gitops types, required helm app status for POST-CD trigger.
- Require a cron function which will poll helm app status and update for cd pipeline to decide when to trigger POST-CD.
- Child CD deployment trigger after helm app status found Healthy by cron job.
Motivation
To provide CICD feature to user powered by helm on CICD module integration.
Proposal
Testing Guideline [Optional]