Open
Description
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
I see that there is a helm chart under this repository. It greatly simplifies installation to have the helm chart hosted in a helm repository, so it can be installed easily without downloading the repo:
helm repo add <repo>
helm install polaris-release <repo>/polaris -f values.yaml
For instance, the Apache Flink kubernetes operator is hosted in a helm chart in the repo https://downloads.apache.org/flink/flink-kubernetes-operator-1.11.0/
Describe alternatives you've considered
No response
Additional context
No response