Skip to content

Official documentation

Documentation of installation link: Helm

Installing Helm

  1. Download and install Helm
1
2
3
  curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
  chmod 700 get_helm.sh
  ./get_helm.sh
  1. Check the version
1
  helm version