From fec7d4fad7bbd45ca0d5c0adf1778d85952a4352 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Mon, 7 Feb 2022 17:20:10 -0500 Subject: [PATCH] update helm chart to allow complex k8s versions (#66) * update chart to allow complex k8s versions * change kubeVersion check as discussed in team meeting --- helm/csi-vxflexos/Chart.yaml | 3 +++ 1 file changed, 3 insertions(+) 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