Skip to content

Commit

Permalink
Fix the wrong ks-installer image with v3.0.0 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen committed Apr 10, 2021
1 parent a785d2a commit 35ca477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubectl-plugin/install/installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func (o *installerOption) preRunE(_ *cobra.Command, args []string) (err error) {
// parse the ks-installer
o.ksInstaller = ksInstaller{
Version: o.version,
ImageNamespace: "kubesphere",
}
if o.nightly != "" {
o.ksInstaller.ImageNamespace = "kubespheredev"
Expand Down

0 comments on commit 35ca477

Please sign in to comment.