Update README.md

This commit is contained in:
2024-05-12 06:23:26 +00:00
parent de58148bcb
commit b83142f84a

View File

@@ -11,9 +11,9 @@ This repository contains the helm charts to mange and deploy the Tekton CI/CD pi
<li>Linting the application code (future test could include integration with static scanning engines, code coverage, unit testing, etc)</li> <li>Linting the application code (future test could include integration with static scanning engines, code coverage, unit testing, etc)</li>
<li>Compiling the application and building container images</li> <li>Compiling the application and building container images</li>
<li>Preparing an ephemeral namespace with localized RabbitMQ, application under test and deploying release versions of additional service components</li> <li>Preparing an ephemeral namespace with localized RabbitMQ, application under test and deploying release versions of additional service components</li>
<li>Performing an end-to-end test, including dropping a test file, validatation of successful converstion and response from Twilio on successful notification event<li> <li>Performing an end-to-end test, including dropping a test file, validatation of successful converstion and response from Twilio on successful notification event</li>
<li>Updating PR status-check with success/failure status<li> <li>Updating PR status-check with success/failure status</li>
<li>Merge branch into main<li> <li>Merge branch into main</li>
<li>Updating production helm charts with new image tag and triggering an ArgoCD sync<li> <li>Updating production helm charts with new image tag and triggering an ArgoCD sync</li>
</ul> </ul>
<ol> <ol>