diff --git a/cmd/manager/chartrepos.go b/cmd/manager/chartrepos.go index 2f13b3947..8a1ab1304 100644 --- a/cmd/manager/chartrepos.go +++ b/cmd/manager/chartrepos.go @@ -59,7 +59,7 @@ func addChartRepoHandlerFunc(w http.ResponseWriter, r *http.Request, c *router.C } if string(cr.Format) == "" { - cr.Type = repo.GCSRepoType + cr.Format = repo.GCSRepoFormat } if string(cr.Type) == "" {