Skip to content

Commit

Permalink
update contraints
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Apr 19, 2023
1 parent ead3886 commit fa3c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apiserver/resource_manager/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Service struct {
}

func newService(p ServiceParams, ff *featureflag.Registry) *Service {
return &Service{params: p, FeatureResourceManager: ff.Register("resource_manager", ">= 5.0.0")}
return &Service{params: p, FeatureResourceManager: ff.Register("resource_manager", ">= 6.5.0")}
}

func registerRouter(r *gin.RouterGroup, auth *user.AuthService, s *Service) {
Expand Down

0 comments on commit fa3c1ad

Please sign in to comment.