From 01e1dd027a7e7ae5777fd247f85876b1c47db3d9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 18 Dec 2023 17:48:08 -0500 Subject: [PATCH] build: the name in catalog-info.yaml should be the repo name --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index c8ce75975..50bfd9fda 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -3,7 +3,7 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: - name: 'Profile' + name: 'frontend-app-profile' description: 'This is a micro-frontend application responsible for the display and updating of user profiles.' links: - url: 'https://github.com/openedx/frontend-app-profile/blob/master/README.rst' @@ -21,4 +21,4 @@ spec: type: 'service' lifecycle: 'production' owner: 2U-aperture -# (Optional) An array of different components or resources. \ No newline at end of file +# (Optional) An array of different components or resources.