From b0a7905b0dc058a45b147523b7168e7c655ba666 Mon Sep 17 00:00:00 2001 From: Vivek Nair Date: Thu, 20 Nov 2025 16:58:26 -0800 Subject: [PATCH 1/2] chore: Add Backstage catalog-info.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add Backstage component definition with appropriate taxonomy and description. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- catalog-info.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..89d12f6 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,10 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: kubeapply + description: Git-based Kubernetes configuration management tool with support for YAML, Helm charts, and automated PR workflows +spec: + type: tool + lifecycle: production + owner: group:sup-org-1302 + system: otk-deployment-orchestration \ No newline at end of file From a913219eb5cf377be4fa04235d96f53e0f313c32 Mon Sep 17 00:00:00 2001 From: Vivek Nair Date: Thu, 20 Nov 2025 17:00:38 -0800 Subject: [PATCH 2/2] Amend system --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 89d12f6..e51215b 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -7,4 +7,4 @@ spec: type: tool lifecycle: production owner: group:sup-org-1302 - system: otk-deployment-orchestration \ No newline at end of file + system: segment-deployment-orchestration \ No newline at end of file