From a62169b2da11cdb36f5acc9e7a83d59508c225cf Mon Sep 17 00:00:00 2001 From: LaBecskereki Date: Thu, 16 Apr 2026 13:32:01 +0200 Subject: [PATCH] chore: add catalog-info.yaml --- catalog-info.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..2c0d98c2 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,11 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: isolated-vm + annotations: + github.com/project-slug: integromat/isolated-vm +spec: + type: library + lifecycle: production + owner: group:default/build-and-run-backend + partOfCoreProduct: true