7.7. Enabling Quicklinks and Starred Items after an upgrade
If you upgrade from Red Hat Developer Hub 1.6 or earlier, Red Hat Developer Hub does not automatically enable the Quicklinks and Starred Items features. You must manually configure these features to display them in the global header.
Prerequisites
- You have access to your Red Hat Developer Hub configuration files.
- You have administrative permissions to modify ConfigMaps (if using the Operator).
Procedure
Locate your
dynamic-pluginconfiguration.- Operator deployment: The configuration is stored in a ConfigMap referenced by your Backstage custom resource (CR).
-
Helm deployment: The configuration is in your
values.yamlfile or separate configuration files.
-
Enable the global header plugin. Ensure that the
red-hat-developer-hub-backstage-plugin-global-headerentry exists under theplugins: listand thatdisabledis set tofalse. Verify that you enabled the global header plugin. Confirm that you listed the
red-hat-developer-hub-backstage-plugin-global-headerplugin underplugins:withdisabled: false(or without adisabledproperty):- package: ./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-global-header disabled: falseAdd the required components. Under the
mountPointssection of the plugin, add the components as shown in the following example:mountPoints: - mountPoint: application/header importName: GlobalHeader config: position: above-sidebar - mountPoint: global.header/component importName: StarredDropdown config: priority: 85 - mountPoint: global.header/component importName: ApplicationLauncherDropdown config: priority: 82 - mountPoint: global.header/component importName: MenuItemLink config: section: Documentation priority: 150 props: title: Developer Hub icon: developerHub link: https://docs.redhat.com/en/documentation/red_hat_developer_hub - mountPoint: global.header/application-launcher importName: MenuItemLink config: section: Developer Tools priority: 100 props: title: RHDH Local icon: developerHub link: https://github.com/redhat-developer/rhdh-localApply the configuration.
- Operator deployment: Update the ConfigMap and allow the Operator to reconcile the changes.
-
Helm deployment: Apply your updated configuration using
helm upgrade.
- Verify the features are enabled. After the Red Hat Developer Hub instance restarts, confirm that the star icon and Quicklinks matrix appear in the global header.