Helm
Search
# Usage: helm search repo <keyword> <flags>
helm search repo nginx
helm search repo prometheus-community
# Search for release versions matching the keyword "nginx", including pre-release versions
helm search repo nginx --devel
# Search for the latest stable release for nginx-ingress with a major version of 1
helm search repo nginx-ingress --version ^1.0.0