We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a93f0 commit 84a2dd4Copy full SHA for 84a2dd4
1 file changed
cmd/kuberoCli/install.go
@@ -640,7 +640,7 @@ func installKuberoUi() {
640
kuberoUIConfig.Spec.Kubero.Config.Kubero.Console.Enabled = true
641
}
642
643
- kuberoUIConfig.Spec.Image.Tag = "v2.0.0-rc.8"
+ //kuberoUIConfig.Spec.Image.Tag = "v2.0.0-rc.8"
644
645
if clusterType == "" {
646
clusterType = selectFromList("Which cluster type have you insalled?", clusterTypeList, "")
0 commit comments