Merge pull request #3590 from xyz-li/app-fix1

Fix: remove checks when delete release
This commit is contained in:
KubeSphere CI Bot
2021-03-29 14:54:47 +08:00
committed by GitHub
9 changed files with 43 additions and 60 deletions

View File

@@ -336,6 +336,7 @@ func convertApp(app *v1alpha1.HelmApplication, versions []*v1alpha1.HelmApplicat
out.Isv = app.GetWorkspace()
out.ClusterTotal = &rlsCount
out.Owner = app.GetCreator()
return out
}