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
  • Loading branch information
rochacbruno committed Feb 29, 2024
1 parent 0322587 commit 5d56bdd
Showing 1 changed file with 1 addition and 1 deletion.
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 5d56bdd

Please sign in to comment.