This commit is contained in:
dwrightmsft 2021-07-02 15:30:08 +01:00
Родитель db95e76ed4
Коммит 808ccc08c5
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,6 +1,7 @@
#!/bin/bash
# Download and install Helm
wget -O helm.tgz https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz
set -x
wget -O helm.tgz https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz
tar -zxvf helm.tgz
mv linux-amd64/helm /usr/local/bin/helm