Skip to content

Commit

Permalink
PMM-12155 fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 10, 2024
1 parent f988f3a commit ef58900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/agents/mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func mongodbExporterConfig(node *models.Node, service *models.Service, exporter
res.RedactWords = redactWords(exporter)
}

if err := ensureAuthParams(exporter, res, pmmAgentVersion, v2_27_99, false); err != nil {
if err := ensureAuthParams(exporter, res, pmmAgentVersion, v2_28_00, false); err != nil {
return nil, err
}

Expand Down

0 comments on commit ef58900

Please sign in to comment.