From 3260198281805f671f9454583284146a0cb3b0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Lenoir?= <103024358+cf-remylenoir@users.noreply.github.com> Date: Thu, 2 Nov 2023 17:00:15 +0100 Subject: [PATCH] chore: update confing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Lenoir <103024358+cf-remylenoir@users.noreply.github.com> --- catalog-info.yaml | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 8a79993..e11f7c7 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,30 +1,24 @@ # Backstage documentation # https://backstage.io/docs/features/software-catalog/descriptor-format/ -# !!! WARNING !!! -# This is a template file with a number of fields that need to be filled before merging this to the default branch apiVersion: backstage.io/v1alpha1 -# Component, API, Template, Group, User, Resource, System, Domain, Location -kind: unknown +kind: Template metadata: name: template-ecommerce-webapp-nextjs description: unknown annotations: github.com/project-slug: contentful/template-ecommerce-webapp-nextjs - contentful.com/service-tier: "unknown" #1, 2, 3, 4 + contentful.com/service-tier: "4" tags: - - update-me + - starter-templates + - ecommerce + - nextjs #need to add sast.yaml to .github/workflows and enable it in polaris dashboard #once that is done this can be changed to sast-enabled - sast-disabled - #make this match the value from service-tier above - - tier-unknown + - tier-4 spec: - #cli, component, contentful.com/template, documentation, function, library, service, template, website - type: unknown - #deprecated, experimental, production, unknown - lifecycle: unknown - system: unknown #optional - # your team name as it appears in github when tagging them for reviews - owner: group:team-unknown \ No newline at end of file + type: template + lifecycle: production + owner: group:team-plato \ No newline at end of file