Linux Ubuntu上安装helm
apt update
apt install -y apt-transport-https
curl -fsSL https://baltocdn.com/helm/signing.asc | sudo apt-key add -
apt install -y software-properties-common
add-apt-repository "deb https://baltocdn.com/helm/stable/debian/ all main"
apt install -y helm
helm version