You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Helm calls the command
upgrade
; Tiller calls itUpdateRelease
. Helm'supgrade
command comes with an--install
option whose business logic is interpreted by thehelm
client, not the server, so theUpdateReleaseMojo
should replicate this logic.Do not be tempted to put this logic in microbean-helm's
ReleaseManager
.The text was updated successfully, but these errors were encountered: