Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 369 Bytes

helm.md

File metadata and controls

19 lines (13 loc) · 369 Bytes

Official documentation

Documentation of installation link: Helm

Installing Helm

  1. Download and install Helm
  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
  helm version