Skip to content

Commit

Permalink
Add right image for logsearchapi (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesnietor committed Mar 4, 2021
1 parent e6705b6 commit e7838eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restapi/admin_tenants.go
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ func getTenantCreatedResponse(session *models.Principal, params admin_api.Create
}
// default activate lgo search and prometheus
minInst.Spec.Log = &miniov2.LogConfig{
Image: "minio/logsearch:v4.0.0",
Image: "minio/logsearchapi:v4.0.0",
Audit: &miniov2.AuditConfig{DiskCapacityGB: swag.Int(10)},
}
minInst.Spec.Prometheus = &miniov2.PrometheusConfig{
Expand Down

0 comments on commit e7838eb

Please sign in to comment.