CAT-002: catalog-info.yaml canónico con placeholders Coralware
All checks were successful
ci / build (push) Successful in 2s

This commit is contained in:
2026-04-28 04:58:08 +00:00
parent 292a30e3de
commit b16aaaf3bd

View File

@@ -1,11 +1,11 @@
apiVersion: coralware-catalog/v1alpha1 apiVersion: coralware-catalog/v1alpha1
kind: Component kind: Component
metadata: metadata:
name: mi-servicio name: __REPO_NAME__
annotations: annotations:
coralware.cloud/tier: free-trial coralware.cloud/tier: __TIER__
gitea.coralsafety.com/repo: tenant-org/mi-servicio gitea.coralsafety.com/repo: __REPO_OWNER__/__REPO_NAME__
spec: spec:
type: service type: __TYPE__
lifecycle: experimental lifecycle: experimental
owner: tenant-org owner: __OWNER__