II.
CiSurface JSON
Structured · liveci:kradle-helm-chart
ci:kradle-helm-chart json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "ci:kradle-helm-chart",
"_kind": "CiSurface",
"_file": "catalog-meta/ci-surfaces/kradle.yaml",
"_cluster": "catalog-meta",
"attributes": {
"ciId": "kradle-helm-chart",
"packageId": "package:kradle-helm-chart",
"scripts": [
"npm-run-check",
"helm-template"
],
"publishStrategy": "application",
"releaseChannels": [
"staging"
],
"validationCommands": [
"npm run check --workspace=@a5c-ai/kradle",
"helm template kradle packages/kradle/charts"
],
"artifactExpectations": [
"packages/kradle/charts/Chart.yaml",
"packages/kradle/charts/crds/*.yaml",
"packages/kradle/charts/templates/*.yaml"
],
"triggerEvents": [
"push",
"pr"
]
},
"outgoingEdges": [
{
"from": "ci:kradle-helm-chart",
"to": "package:kradle-helm-chart",
"kind": "validates_package",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:kradle-helm-chart",
"to": "ci:kradle-helm-chart",
"kind": "validated_by_ci",
"attributes": {}
}
]
}