# Add the Bitnami repo (popular for apps like WordPress, Nginx, MySQL) helm repo add bitnami https://charts.bitnami.com/bitnami # Search for a chart helm search repo bitnami # Install an example app helm install my-release bitnami/nginx Use code with caution. Installing Helm
After installation, verify that Helm is correctly installed and accessible by running: helm version Use code with caution. download install helm
Manual installation is ideal if you need a specific version or are working in a restricted environment. # Add the Bitnami repo (popular for apps
Windows: Add the directory containing helm.exe to your System Environment Variables. download install helm
This should return the client version details (e.g., Version:"v3.x.x" ).