Helm chart won't install on EKS cluster, due to version validation error: ` Error: Chart requires kubernetesVersion: >=1.10.0 which is incompatible with Kubernetes v1.14.9-eks-f459c0 ` The version is clearly compatible, `1.14.9`, but maybe the `-eks` suffix is affecting the validation somehow?