Helm list does not produce the full list of deployments

Problem

You are using helm list and there is a time that you don’t get the full list back, after some time.

Solution

By default helm only displays 256 items, so if you are over this default limit you will need to add the –max 0 flag to the command like

helm list --max 0