Skip to content

Commit

Permalink
fix: Fresh installs must get the correct URL for rh-certified (#2078)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
rochacbruno authored and patchback[bot] committed Feb 29, 2024
1 parent c19cdd3 commit 48bd562
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 48bd562

Please sign in to comment.