From de127b7311fefd59ae3c46fcb24613d883166e3c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 11:26:33 +0800 Subject: [PATCH] Fix: higher version contraint in install command (#5033) Signed-off-by: Qiaozp (cherry picked from commit a7b30ce104e8da9dfc39658f5a3d4e6cbc7b8439) Co-authored-by: Qiaozp --- references/cli/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/references/cli/install.go b/references/cli/install.go index 1528544ac..81fcb1e89 100644 --- a/references/cli/install.go +++ b/references/cli/install.go @@ -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/"