The install commands used are compatible with both Helm 2 and 3, so no change needed there. In the teardown, I've just removed the Helm version checking. Using Helm 2 will now just fail.
[GH-15] Allow specifying namespaces
This was useful for testing and easy enough to add in here. It should close #15, as Helm 3 releases are namespace-scoped (which makes specifying release names a non-issue). Happy to drop the commit or move it to a separate PR though.
The install commands used are compatible with both Helm 2 and 3, so no change needed there. In the teardown, I've just removed the Helm version checking. Using Helm 2 will now just fail.
This was useful for testing and easy enough to add in here. It should close #15, as Helm 3 releases are namespace-scoped (which makes specifying release names a non-issue). Happy to drop the commit or move it to a separate PR though.