I have multiple repositories which contain microservices. What I want to do is that when I release a new version I want to deploy the whole system. Each repo generates a docker image and deployments are done using a helm chart. Is there some neat way of doing it ? currently I need to release a specific version (I am using Gitversion in ContinuousDeployment mode) of all the repos and then use a release pipeline for deployment. Is there some good practice for this that I've missed ?
Cheers !