Merge pull request #8136 from BaltoRepo/dev-v2

Add Apt (Deb/Ubuntu) installation instructions for Helm 2
pull/8390/head
Matt Farina 4 years ago committed by GitHub
commit 9b84fdb30d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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