I have two charts in helm.
Chart A (service.type=LoadBalancer)
Chart B (service.type=NodePort)
Env of Chart A has uri of Chart B
Env of Chart B has uri of Chart A
When I install Chart A with env (URI of chart B), it gives dynamic node ip and node port for chart A. Then I install Chart B with env (URI of chart A), it gives dynamic node ip and node port for chart B.
But old node ip and node port of Chart B is present in the chart A env.
If I update it in chart A env and reinstall, it gives new dynamic node ip and node port for chart A which is not present in chart B.
Is there any possible way to resolve this issue?