update ks-core helm chart (#6401) (#6407)

fix: cherrypick update ks-core helm chart



(cherry picked from commit 7e2cafd15b)

Signed-off-by: peng wu <2030047311@qq.com>
This commit is contained in:
smartcat999
2025-03-11 10:41:48 +08:00
committed by GitHub
parent 81c74f28d4
commit 23e7e6d179
18 changed files with 47 additions and 36 deletions

View File

@@ -72,7 +72,8 @@ func installKSCoreInMemberCluster(kubeConfig []byte, jwtSecret, chartPath string
// Override some necessary values
values["role"] = "member"
// disable upgrade to prevent execution of ks-upgrade
values["multicluster"] = map[string]string{"role": "member"}
// disable upgrade to prevent execution of kse-upgrade
values["upgrade"] = map[string]interface{}{
"enabled": false,
}