mumoshu/helm-x

feat: `helm x upgrade` and `helm x install` for consistency with helm

mumoshu opened this issue · 0 comments

helm-x currently have only helm x apply which is an alias to helm upgrade --install.
I've done this believing the distinction of install and upgrade is unnecessary when you manage apps declaratively.
But anyone prefers getting started easier would like to use upgrade and install and then graduate to apply if necessary.