Files
italiadatacenter/add-on/installa_helm.sh
alessandro 20d506407a primo
2026-07-17 09:42:52 +02:00

8 lines
192 B
Bash

# scarica helm (esempio Linux AMD64)
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
# verifica
helm version