Skip to content

Commit

Permalink
update version URL
Browse files Browse the repository at this point in the history
  • Loading branch information
idoqo committed Nov 18, 2024
1 parent ed043e5 commit 2e49115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/services/server/updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (up *Updater) latestAvailableFromVersionService(ctx context.Context) ([]*ve
up.l.WithError(err).Error("Failed to get version service address")
return nil, nil, errors.Wrap(err, "failed to get version service address")
}
u := versionServiceUrl + "/metadata/v1/pmm-server"
u := versionServiceUrl + "/metadata/v2/pmm-server"
req, err := http.NewRequestWithContext(ctx, http.MethodGet, u, nil)
if err != nil {
up.l.WithError(err).Error("Failed to create request")
Expand Down

0 comments on commit 2e49115

Please sign in to comment.