Add Apt (Deb/Ubuntu) installation instructions for Helm 2

Signed-off-by: Matthew Fox <matt@getbalto.com>
pull/8136/head
Matthew Fox 5 years ago
parent 250f54a831
commit 628541e097

@ -60,6 +60,19 @@ The binary can also be installed via [`scoop`](https://scoop.sh) command-line in
scoop install helm scoop install helm
``` ```
### From Apt (Debian/Ubuntu)
Members of the Kubernetes community have contributed a [Helm
package](https://helm.baltorepo.com/stable/debian/) for Apt. This package is generally up to date.
```
curl https://helm.baltorepo.com/organization/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm2
```
### From Script ### From Script
Helm now has an installer script that will automatically grab the latest version Helm now has an installer script that will automatically grab the latest version

@ -15,7 +15,7 @@ I want to know more about my downloading options.
Binaries are stored at [get.helm.sh](https://get.helm.sh). Binaries are stored at [get.helm.sh](https://get.helm.sh).
**Q: Why aren't there Debian/Fedora/... native packages of Helm?** **Q: Why aren't there native packages of Helm for Fedora and other Linux distros?**
We'd love to provide these or point you toward a trusted provider. If you're We'd love to provide these or point you toward a trusted provider. If you're
interested in helping, we'd love it. This is how the Homebrew formula was interested in helping, we'd love it. This is how the Homebrew formula was

Loading…
Cancel
Save