I have a requirement where i have multiple services to deploy. I have helm charts of all the separate services. I want to install the parent chart and the dependencies in the order like : install next dependency only when the current dependent helm chart is installed and the pods are up.
Solution tried : I have tried to add the dependencies in the Chart.yaml, but once we do helm install parent-chart, it starts the installation of all the dependent charts at the same time.