Gitlab multi-container pod with Helm Charts

7/26/2018

How to package 2 Gitlab projects as a pod in a CI/CD pipeline and deploy via helm charts. It's easy to do if one project one pod, but how to link multiple Gitlab projects to the pipeline ?

The other issue is how to know the current version of image2 if pipeline 1 knows only the version of the current app build, not the second one which is currently running inside the pod.

-- FreshMike
docker
gitlab-ci
kubernetes
kubernetes-helm

0 Answers