Skip to content

Commit 84a2dd4

Browse files
committed
cleanup
1 parent 84a93f0 commit 84a2dd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/kuberoCli/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ func installKuberoUi() {
640640
kuberoUIConfig.Spec.Kubero.Config.Kubero.Console.Enabled = true
641641
}
642642

643-
kuberoUIConfig.Spec.Image.Tag = "v2.0.0-rc.8"
643+
//kuberoUIConfig.Spec.Image.Tag = "v2.0.0-rc.8"
644644

645645
if clusterType == "" {
646646
clusterType = selectFromList("Which cluster type have you insalled?", clusterTypeList, "")

0 commit comments

Comments
 (0)