Fix: higher version contraint in install command (#5033)

Signed-off-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
(cherry picked from commit a7b30ce104)

Co-authored-by: Qiaozp <qiaozhongpei.qzp@alibaba-inc.com>
This commit is contained in:
github-actions[bot]
2022-11-09 11:26:33 +08:00
committed by GitHub
co-authored by Qiaozp
parent 9f0558c62e
commit de127b7311
+1 -1
View File
@@ -43,7 +43,7 @@ import (
)
// defaultConstraint
const defaultConstraint = ">= 1.19, <= 1.22"
const defaultConstraint = ">= 1.19, <= 1.24"
const kubevelaInstallerHelmRepoURL = "https://charts.kubevela.net/core/"