From 9738bbf476c6647ae8eb2c0328fbf96f74835b4b Mon Sep 17 00:00:00 2001 From: admin user Date: Tue, 28 Apr 2026 04:58:05 +0000 Subject: [PATCH] =?UTF-8?q?CAT-002:=20catalog-info.yaml=20can=C3=B3nico=20?= =?UTF-8?q?con=20placeholders=20Coralware?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catalog-info.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 9f0b116..6637a17 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -1,11 +1,11 @@ apiVersion: coralware-catalog/v1alpha1 kind: Component metadata: - name: mi-servicio + name: __REPO_NAME__ annotations: - coralware.cloud/tier: free-trial - gitea.coralsafety.com/repo: tenant-org/mi-servicio + coralware.cloud/tier: __TIER__ + gitea.coralsafety.com/repo: __REPO_OWNER__/__REPO_NAME__ spec: - type: service + type: __TYPE__ lifecycle: experimental - owner: tenant-org + owner: __OWNER__