Helm Charts is a package manager for Kubernetes that simplifies the deployment and management of containerized applications. It uses collections of files called charts to describe a related set of Kubernetes resources since major downside of Kubernetes is that the manifest files are static (say for example you have an image for development and image for production and you don’t want to go through the hassle of changing it manually)