Skip to content

Commit

Permalink
[PR #2078/5d56bddb backport][stable-4.9] fix: Fresh installs must get…
Browse files Browse the repository at this point in the history
… the correct URL for rh-certified (#2089)

fix: Fresh installs must get the correct URL for rh-certified (#2078)

Add /content/published to the default URL when setting up the
default remotes.

This has been fix on #2032 but that PR not backported.

This PR changes the original migration, so fresh installs gets the new URL
and existing systems are not affected

This must be backported to 4.9.z

No-Issue
Related: AAH-2836

(cherry picked from commit 5d56bdd)

Co-authored-by: Bruno Rocha <[email protected]>
  • Loading branch information
patchback[bot] and rochacbruno authored Mar 1, 2024
1 parent 2fa9e74 commit 891656c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"next_version": 1,
"remote": {
"name": "rh-certified",
"url": "https://console.redhat.com/api/automation-hub/",
"url": "https://console.redhat.com/api/automation-hub/content/published/",
"requirements_file": None,
"token": None,
"auth_url": (
Expand Down

0 comments on commit 891656c

Please sign in to comment.