From 91940e7fa3a263673cd797fe3b6886a3ad58d542 Mon Sep 17 00:00:00 2001
From: bikochan <bikochan@users.noreply.github.com>
Date: Tue, 19 Sep 2023 16:29:09 +0100
Subject: [PATCH 1/2] feat: update catalog-info.yaml for assets classification

---
 catalog-info.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/catalog-info.yaml b/catalog-info.yaml
index ef431da6..da06e019 100644
--- a/catalog-info.yaml
+++ b/catalog-info.yaml
@@ -10,6 +10,6 @@ metadata:
     snyk.io/visibility: public
   name: vervet
 spec:
-  lifecycle: production
-  owner: '@snyk/elk'
-  type: library
+  lifecycle: "-"
+  owner: extensibility
+  type: undefined

From d8d0a52355045bf4f3c780897bf631a4d703903d Mon Sep 17 00:00:00 2001
From: Graham Smith <g@blaxian.com>
Date: Thu, 28 Sep 2023 12:25:06 +0100
Subject: [PATCH 2/2] docs: updates asset classification

drive-by update: adds updated team/project details
---
 catalog-info.yaml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/catalog-info.yaml b/catalog-info.yaml
index da06e019..5c9cae44 100644
--- a/catalog-info.yaml
+++ b/catalog-info.yaml
@@ -1,15 +1,22 @@
 apiVersion: backstage.io/v1alpha1
 kind: Component
+
 metadata:
+  name: vervet
+  description: Vervet vets the versions, builds, checks and routes your versioned API. A helpful monkey friend.
   annotations:
     backstage.io/techdocs-ref: dir:.
     circleci.com/project-slug: github/snyk/vervet
     github.com/project-slug: snyk/vervet
-  description: Vervet vets the versions, builds, checks and routes your versioned API. A helpful monkey friend.
+    github.com/team-slug: snyk/extensibility
+    snyk.io/jira-prefix: EXT
   labels:
     snyk.io/visibility: public
-  name: vervet
+  links:
+    - icon: message
+      title: Team Asks Channel
+      url: https://snyk.slack.com/channels/ask-foundation
 spec:
+  type: internal-tooling
   lifecycle: "-"
   owner: extensibility
-  type: undefined