From 3c0d873146d8ba318734b399fa36d9b26af7e4bf Mon Sep 17 00:00:00 2001 From: Andy Raines Date: Tue, 5 May 2026 16:22:05 +0100 Subject: [PATCH 1/3] Add catalog-info.yaml --- catalog-info.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..7553476 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,28 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: System +metadata: + name: bit-node-tools + description: Misc node tools from the Boost Internal Tools team + annotations: + github.com/project-slug: ovotech/bit-node-tools +spec: + owner: boost-bit + domain: infrastructure-and-enablement +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: bit-node-tools + description: Misc node tools from the Boost Internal Tools team + annotations: + github.com/project-slug: ovotech/bit-node-tools + backstage.io/source-location: url:https://github.com/ovotech/bit-node-tools/tree/main + tags: + - internal + - typescript +spec: + type: service + lifecycle: production + owner: boost-bit + system: bit-node-tools From 5d898335b5d0ece797224cbbe9746ba8fb821861 Mon Sep 17 00:00:00 2001 From: Ignas Samoilovas Date: Wed, 6 May 2026 12:11:49 +0300 Subject: [PATCH 2/3] catalog info formatting --- catalog-info.yaml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 7553476..79d5df5 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,16 +1,5 @@ --- apiVersion: backstage.io/v1alpha1 -kind: System -metadata: - name: bit-node-tools - description: Misc node tools from the Boost Internal Tools team - annotations: - github.com/project-slug: ovotech/bit-node-tools -spec: - owner: boost-bit - domain: infrastructure-and-enablement ---- -apiVersion: backstage.io/v1alpha1 kind: Component metadata: name: bit-node-tools @@ -22,7 +11,7 @@ metadata: - internal - typescript spec: - type: service + type: library lifecycle: production - owner: boost-bit + owner: retail-payg system: bit-node-tools From 444aa140513d5ffdf98d2cab432afa0beac42832 Mon Sep 17 00:00:00 2001 From: Ignas Samoilovas Date: Wed, 6 May 2026 12:12:48 +0300 Subject: [PATCH 3/3] remove system reference --- catalog-info.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 79d5df5..343a1a4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -14,4 +14,3 @@ spec: type: library lifecycle: production owner: retail-payg - system: bit-node-tools