We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ba02a commit 93a2e1fCopy full SHA for 93a2e1f
scripts/ci/install-helm-env.sh
@@ -4,6 +4,7 @@ set -euf -o pipefail
4
5
### Install Helm
6
curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
7
+sudo apt-get update
8
sudo apt-get install apt-transport-https --yes
9
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
10
sudo apt-get update
0 commit comments