If my docker image is updated to next version I want harness should trigger the deployment automatically

Hi Team,

I need some help here . I have docker image with version v1 . If I update my docker image to v2 version harness should do the deployment automatically. Could please help me to achieve it by using Harness.

Thank you!

Rajeswari,

That is very possible. You can either have a push method, your CI process calls a Harness CD API or a pull method, Harness will monitor for the presence of a new artifact or match a Docker Tag on a regex.

Push method, I built a Drone CI Integration to call Harness CD.

and
https://harness.io/blog/product-updates/your-first-cicd-plugin/

Pull Method [look at the Harness Trigger Config]
https://harness.io/blog/continuous-delivery/harness-ci-and-harness-cd/

Cheers!

-Ravi