getporter / helm2-mixin

Helm mixin for Porter
https://porter.sh/mixins/helm
Apache License 2.0
13 stars 7 forks source link

feat(upgrade.go): add --install to helm upgrade invocation #47

Closed vdice closed 5 years ago

vdice commented 5 years ago

Adds --install to the helm upgrade ... command as invoked by an upgrade step using this mixin, to create a release if for some reason it didn't yet pre-exist.

Closes https://github.com/deislabs/porter-helm/issues/45