Skip to content

Commit

Permalink
Set the default version to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Apr 10, 2022
1 parent 38ba795 commit d24a506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubectl-plugin/install/kk.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (o *kkOption) versionCheck() (err error) {
}
} else if !isNotReleaseVersion(o.version) && o.version != types.KsVersion {
switch o.version {
case types.KsVersion, "v3.0.0":
case types.KsVersion, "v3.0.0", "v3.2.0":
default:
err = fmt.Errorf("not support version: %s", o.version)
}
Expand Down
2 changes: 1 addition & 1 deletion kubectl-plugin/types/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package types

const (
// KsVersion is the default release version of KuberSphere
KsVersion = "v3.2.0"
KsVersion = "v3.2.1"
// K8sVersion is the default version of the Kubernetes
K8sVersion = "v1.22.1"
)

0 comments on commit d24a506

Please sign in to comment.