Skip to content

Commit

Permalink
swap pulp distribution url with mtls url
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Holloway <[email protected]>
  • Loading branch information
loadtheaccumulator authored and ezr-ondrej committed Jan 21, 2025
1 parent 1be9bcf commit 6ab8c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clients/imagebuilder/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func (c *Client) ComposeInstaller(image *models.Image) (*models.Image, error) {
}

if feature.PulpIntegration.IsEnabled() && image.Commit.Repo.PulpURL != "" {
repoURL = image.Commit.Repo.PulpURL
repoURL = image.Commit.Repo.ContentURL()
parsedURL, _ := url.Parse(repoURL)
c.log.WithField("redacted_url", parsedURL.Redacted()).Debug("Using Pulp repo URL for ISO installer request")
}
Expand Down

0 comments on commit 6ab8c0f

Please sign in to comment.