Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,26 @@ spec:
system: platform-ingest
lifecycle: production

---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: agentless
description: Elastic Agent that runs in Elastic Cloud to provide agentless experience.
annotations:
backstage.io/source-location: url:https://github.com/elastic/elastic-agent/
buildkite.com/project-slug: elastic/agentless-serverless-release
github.com/project-slug: elastic/elastic-agent
sonarqube.org/project-key: agentless

spec:
type: tool
owner: group:agentless-team
lifecycle: experimental
system: agentless


---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
apiVersion: backstage.io/v1alpha1
Expand Down