Helm calls the command upgrade; Tiller calls it UpdateRelease. Helm's upgrade command comes with an --install option whose business logic is interpreted by the helm client, not the server, so the UpdateReleaseMojo should replicate this logic.
Do not be tempted to put this logic in microbean-helm's ReleaseManager.
Helm calls the command
upgrade; Tiller calls itUpdateRelease. Helm'supgradecommand comes with an--installoption whose business logic is interpreted by thehelmclient, not the server, so theUpdateReleaseMojoshould replicate this logic.Do not be tempted to put this logic in microbean-helm's
ReleaseManager.