We are using fleet do deploy a few basic infrastructure apps to our clusters. Although we are using GKE with Kubernetes 1.24.9, we get the following error in fleet:
Copy code
Chart requires kubeVersion: >= 1.21.0-0 which is incompatible with Kubernetes v1.20.0
Any ideas how to resolve this issue? Why does Helm (?) think that is running against K8s 1.20?!