Helm search

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

External

Internal

Overview

The search command inspects the locally cached indexes for locally-added chart repositories.

helm search <search-term>

This searches globally through all locally-added repositories.

To search a specific repository:

helm search <repo-name> <search-term>

Operations

List All Charts in the Repository

helm search repo <repository-name>
helm search repo prometheus-community

Note that the repository must be a managed repository, and only the repository name can be used as argument, the repository URL does not work.

Find what Versions of a Specific Chart are Available in a Repository

Find what Versions of a Specific Chart are Available in a Repository