Helm search: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
* [[Helm Operations#Repository_Commands|Helm Operations]] | * [[Helm Operations#Repository_Commands|Helm Operations]] | ||
* [[Helm | * [[Helm Repositories]] | ||
=Overview= | =Overview= |
Revision as of 18:07, 15 December 2019
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>