Due to historical reasons, I needed to deploy on a Kubernetes cluster with a version lower than 1.19.
I checked the chart versions and found that versions starting from 50.0.0 are now greater than or equal to 1.19.
The last version greater than 1.16 in the documentation is 49.2.0 Prerequisites.
Therefore, without upgrading the cluster, am I limited to deploying version 49.2.0, or can I bypass the cluster version dependency error when deploying via helm install by modifying the kubeVersion in the chart?
Looking forward to your reply, thank you.