9

Helm: List Repos & Charts in Repo

 1 year ago
source link: https://www.shellhacks.com/helm-list-repos-charts-in-repo/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Helm: List Repos & Charts in Repo

Helm uses a packaging format called charts (a collection of Kubernetes resource files).

Helm chart repositories are remote HTTP servers where packaged charts can be stored and shared.

This short note shows how to list Helm charts and repositories using the helm command.

List Helm Repos

To list all the configured Helm chart repositories, execute:

$ helm repo list

List Helm Charts

To list Helm charts in repositories, firstly it is always required to update a local cache:

$ helm repo update

Then, you can list Helm charts in all repositories by executing the following command:

$ helm search repo

To list only the Helm charts matching a string (case insensitive):

$ helm search repo <search_string>

To list all the versions of Helm charts, execute:

$ helm search repo -l
- or -
helm search repo -l <search_string>

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK