From 66248d03dc11a9367906fffbbeefb208a3f66556 Mon Sep 17 00:00:00 2001 From: Atze de Vries Date: Mon, 4 Dec 2023 14:31:49 +0100 Subject: [PATCH] chore: add catalog info (#1) --- catalog-info.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..d31672a --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,27 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: mage-kubernetes-lib + title: Mage Kubernetes Library + tags: + - "go" + - "pkg" + - "mage" + - "kubernetes" + annotations: + github.com/project-slug: coopnorge/mage-kubernetes-lib + backstage.io/techdocs-ref: dir:. + links: + - url: https://magefile.org/ + title: Official Mage site + icon: web +spec: + type: library + lifecycle: experimental + owner: engineering + dependsOn: + - component:devtools-golang-v1beta1 + - component:github-workflow-supply-chain-security-validation + - component:github-workflow-techdocs + - component:techdocs + - component:vale-coop