Merge pull request #8558 from BaltoRepo/dev-v2

Update Debian repo signing key location
pull/8747/head
Matthew Fisher 4 years ago committed by GitHub
commit 5d2799051e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -95,7 +95,7 @@ Members of the Helm 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 -
curl https://baltocdn.com/helm/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

Loading…
Cancel
Save