mirror of
https://github.com/kubevela/kubevela.git
synced 2026-08-27 16:17:34 +00:00
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:
co-authored by
Qiaozp
parent
9f0558c62e
commit
de127b7311
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user