helm

CLI

The package manager for Kubernetes.

Install and manage Kubernetes applications via Helm charts

4 curated recipes · not yet executed by the harness#kubernetes#packages#charts#deploy

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Install a chart

~95% est.
helm install myapp ./chart -n namespace

Upgrade a release

~95% est.
helm upgrade myapp ./chart -n namespace

List all releases

~99% est.
helm list -A

Rollback a release

~93% est.
helm rollback myapp 1

Install

Homebrewbrew install helm

Agent notes

When to use
Deploying packaged apps to Kubernetes
Quick examples
  • helm install myapp ./chart
  • helm upgrade myapp ./chart

Use from an agent

curl -s https://clihub.com/api/tools/helm | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug helm on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗Apache-2.00 views