Skip to content

Commit

Permalink
Add Apt (Deb/Ubuntu) installation instructions for Helm 2
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fox <matt@getbalto.com>
  • Loading branch information
mattfox committed May 15, 2020
1 parent 250f54a commit 628541e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/install.md
Expand Up @@ -60,6 +60,19 @@ The binary can also be installed via [`scoop`](https://scoop.sh) command-line in
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

Helm now has an installer script that will automatically grab the latest version
Expand Down
2 changes: 1 addition & 1 deletion docs/install_faq.md
Expand Up @@ -15,7 +15,7 @@ I want to know more about my downloading options.

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
interested in helping, we'd love it. This is how the Homebrew formula was
Expand Down

0 comments on commit 628541e

Please sign in to comment.