From 59798d23dd704bcc312ffa23606aac03d1e3426a Mon Sep 17 00:00:00 2001 From: pigletfly Date: Mon, 7 Mar 2022 17:01:29 +0800 Subject: [PATCH] Fix helm charts k8s version check Signed-off-by: pigletfly --- charts/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/Chart.yaml b/charts/Chart.yaml index 897fd0799..cc394df1e 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -15,7 +15,7 @@ type: application # The optional kubeVersion field can define semver constraints on supported Kubernetes versions. # Helm will validate the version constraints when installing the chart and fail if the cluster # runs an unsupported Kubernetes version. -kubeVersion: ">=1.16.0" +kubeVersion: ">= 1.16.0-0" # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version.