@@ -281,9 +281,9 @@ func (m *Meta) Init() error {
281281 "--set" , "minio.auth.username=" + cfg .S3 .Username ,
282282 "--set" , "minio.auth.password=" + cfg .S3 .Password ,
283283 }
284- if len (chartversion ) > 0 {
285- operatorargs = append (operatorargs , "--version" , chartversion )
286- }
284+ // if len(chartversion) > 0 {
285+ // operatorargs = append(operatorargs, "--version", chartversion)
286+ // }
287287 if helmstd , err := qcexec .Command (os .Args [0 ], operatorargs ... ).CombinedOutput (); err != nil {
288288 m .log .Warnf ("deploy cne-operator err: %v, std: %s" , err , string (helmstd ))
289289 } else {
@@ -310,10 +310,10 @@ func (m *Meta) Init() error {
310310 }
311311 output , err := qcexec .Command (os .Args [0 ], helmargs ... ).CombinedOutput ()
312312 if err != nil {
313- m .log .Errorf ("upgrade install qucheng web failed: %s" , string (output ))
313+ m .log .Errorf ("upgrade install quickon web failed: %s" , string (output ))
314314 return err
315315 }
316- m .log .Done ("install qucheng success" )
316+ m .log .Done ("install quickon success" )
317317 m .QuickONReady ()
318318 initfile := common .GetCustomConfig (common .InitFileName )
319319 if err := file .Writefile (initfile , "init done" , true ); err != nil {
0 commit comments