TTW
TTW

kubernetes - helm list all installed charts - Stack Overflow

Before you can download or modify a chart, you first need to identify what is running in your cluster. The helm list (or helm ls ) command is used for this purpose.

: Use helm list -A or helm list --all-namespaces to see every application deployed across the entire cluster.

Once you have identified the chart using the list command, you use the helm pull command (formerly helm fetch ) to download the actual chart files to your local machine for inspection or modification.