Helm (https://helm.sh and https://github.com/helm) is the package manager for Kubernetes. You can compare it with apt and yum for Linux. It helps to manage Kubernetes using charts, which define, install, and upgrade the application you want to deploy on Kubernetes.
There are many charts available in their GitHub repository and Microsoft, who is one of the biggest contributors of this project, also provides a repository with examples.