Commands Affected
helm deploy
[BREAKING CHANGE]
Description
This release fixes two bugs:
helm deploy
had a bug where the client certificates were generated using the same parameters as the server certificates. Fixing this requires new required parameters to the command:--client-tls-common-name
and--client-tls-org
.helm deploy
had a bug where it ignored the--helm-home
directory when deploying Tiller. This prevented a custom home directory from being initialized.