Fix helm charts k8s version check

Signed-off-by: pigletfly <wangbing.adam@gmail.com>
This commit is contained in:
pigletfly 2022-03-07 17:01:29 +08:00
parent 7ed9c62651
commit 59798d23dd
1 changed files with 1 additions and 1 deletions

View File

@ -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.