Helm search: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 13: Line 13:
The search command inspects the locally cached indexes for locally-added chart repositories.
The search command inspects the locally cached indexes for locally-added chart repositories.


helm search <''search-term''>
<syntaxhighlight lang='bash'>
helm search <search-term>
</syntaxhighlight>


This searches globally through all locally-added repositories.
This searches globally through all locally-added repositories.


To search a specific repository:
To search a specific repository:
 
<syntaxhighlight lang='bash'>
helm search <''repo-name''> <''search-term''>
helm search <repo-name> <search-term>
</syntaxhighlight>


=Operations=
=Operations=

Revision as of 05:23, 14 October 2020

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

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

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