diff --git a/helm/csi-vxflexos/Chart.yaml b/helm/csi-vxflexos/Chart.yaml index 1c16ae5c..556ece86 100644 --- a/helm/csi-vxflexos/Chart.yaml +++ b/helm/csi-vxflexos/Chart.yaml @@ -1,6 +1,9 @@ apiVersion: v2 appVersion: "2.1.0" kubeVersion: ">= 1.21.0 < 1.24.0" +# If you are using a complex K8s version like "v1.21.3-mirantis-1", use this kubeVersion check instead +# WARNING: this version of the check will allow the use of alpha and beta versions, which is NOT SUPPORTED +# kubeVersion: ">= 1.21.0-0 < 1.24.0-0" description: | VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration. This chart includes everything required to provision via CSI as