Helm Charts Library for Kubernetes, ready to launching with Helm.
❯ helm repo add <REPO> https://kelein.github.io/charts
"<REPO>" has been added to your repositories
❯ helm repo list
NAME URL
"<REPO>" https://kelein.github.io/charts
❯ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "urans" chart repository
...Successfully got an update from the "bitnami" chart repository
Update Complete. ⎈ Happy Helming! ⎈
❯ helm search repo <CHART> --versions
❯ helm -n <NS> install <REPO>/<CHART> --version <VERSION>