Introduction
When you want to install software on Kubernetes, you often use charts, which are packages of pre-configured resources. Adding a chart repository lets you access and install charts from that source easily.
When you want to install a popular application like nginx or Prometheus on your Kubernetes cluster.
When you need to add a new source of charts that is not included by default.
When you want to keep your charts updated from a trusted repository.
When you want to share your own charts with others by hosting a repository.
When you want to explore available charts before installing them.