0PricingLogin
Helm Academy · Lesson

Finding Charts with helm search repo

Locating a chart and its versions before installing.

Searching Added Repos

Once repos are added, helm search repo looks through their cached indexes to find charts matching a keyword you type.

helm search repo nginx

Repo, Not Hub

The word repo matters: this searches only the repositories you have added locally. A different subcommand, search hub, queries the public internet.

All lessons in this course

  1. helm repo add and the Bitnami Catalog
  2. Refreshing the Index with helm repo update
  3. Finding Charts with helm search repo
  4. Discovering Public Charts on Artifact Hub
← Back to Helm Academy