v0.0.1
This is the first release of kubeapps installer delivered with two main commands:
// bring up the kubeapps infra
$ kubeapps up
// bring down the kubeapps infra
$ kubeapps down
To install this release on linux system for example:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.0.1/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps