Merge pull request #1444 from pigletfly/fix-helm-k8s-version

[helm chart] fix version constraints skip prerelease issue
This commit is contained in:
karmada-bot 2022-03-10 16:35:23 +08:00 committed by GitHub
commit 7c0ebc3e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. # 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 # Helm will validate the version constraints when installing the chart and fail if the cluster
# runs an unsupported Kubernetes version. # 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 # 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. # to the chart and its templates, including the app version.