Helm search: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 33: Line 33:
</syntaxhighlight>
</syntaxhighlight>


Note that the repository URL does not work as argument of the helm search repo command, just the repository name.
Note that the repository URL does not work as argument of the 'helm search repo' command, just the repository name.


==Find what Versions of a Specific Chart are Available in a Repository==
==Find what Versions of a Specific Chart are Available in a Repository==
{{Internal|Helm_repo#Find_what_Versions_of_a_Specific_Chart_are_Available_in_a_Repository|Find what Versions of a Specific Chart are Available in a Repository}}
{{Internal|Helm_repo#Find_what_Versions_of_a_Specific_Chart_are_Available_in_a_Repository|Find what Versions of a Specific Chart are Available in a Repository}}

Revision as of 04:47, 1 December 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

Note that the repository URL does not work as argument of the 'helm search repo' command, just the repository name.

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

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