I have an umbrella chart with multiple sub-charts, I simply want to make sure that subchart1 runs before subchart2, etc. How can we define the order of subchart execution?>
You cannot make an order, and I don't think you will need it. You can rely on health checks, so if one chart depends on another, it will probably fail and restart until health check passes.