Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 246 Bytes

helm-commands.MD

File metadata and controls

14 lines (9 loc) · 246 Bytes

Add stable to helm

helm repo add stable https://charts.helm.sh/stable
helm repo search <chartname>

helm install repo stable/<chartname> <releasename>
  
helm pull <chartname>
  
helm package <chartname>

helm uninstall RELEASE_NAME