Simultaneous Helm upgrade commands

10/14/2019

Is there defined behavior for issuing multiple simultaneous helm upgrade commands? Potentially with different/newer versions of chart files in one (or more) of the commands.

I want to have a CI process that upgrades a K8s cluster based on charts. I'd prefer not to create a build dependency to prevent concurrent helm upgrades if helm knows how to manage them.

-- bias
kubernetes-helm

0 Answers