ververica / ververica-platform-playground

Instructions for getting started with Ververica Platform on minikube.
https://docs.ververica.com/getting_started/index.html
Apache License 2.0
89 stars 39 forks source link

[VVP-3439] Drop Support for Helm 2 #42

Closed austince closed 3 years ago

austince commented 3 years ago

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.