Deploying Images

How do I deploy new image present in the Google Cloud repository using Harness ?

Regards,
Robin

Welcome to the Harness Community! A few pieces.

  1. Wiring GCR to Harness:
    Add a Docker Image - Harness.io Docs

  2. Creating a trigger to look for a new artifact:
    Trigger a Deployment when a File Changes - Harness.io Docs

Here is an end-to-end example from code to trigger. This is using Drone and DockerHub as an example.
https://harness.io/2020/08/harness-ci-and-harness-cd/

Cheers!

-Ravi