II.
Workflow JSON
Structured · liveworkflow:helm-chart-promotion
Helm Chart Promotion json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:helm-chart-promotion",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-devops-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Helm Chart Promotion",
"workflowKind": "release",
"triggerType": "event-driven",
"typicalCadence": "per-release",
"complexity": "single-team",
"description": "Governs the lifecycle of Helm chart promotion across environments --\nvalidating chart templating against values overrides per environment, running\nhelm lint and kubeval/kubeconform validation, executing integration tests in\nstaging, verifying resource quotas and limit compliance, promoting to\nproduction chart repository with semantic versioning, and coordinating\nrollout with ArgoCD or Flux sync. Excludes chart authoring and cluster\nupgrades.\n"
},
"outgoingEdges": [
{
"from": "workflow:helm-chart-promotion",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "role:devops-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "skill-area:k8s-operator-development",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "responsibility:approve-deploys",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:helm-chart-promotion",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:kubernetes-platform-engineering",
"to": "workflow:helm-chart-promotion",
"kind": "follows_workflow"
},
{
"from": "stack-profile:cicd-platform",
"to": "workflow:helm-chart-promotion",
"kind": "follows_workflow"
},
{
"from": "stack-profile:gitops-deployment",
"to": "workflow:helm-chart-promotion",
"kind": "follows_workflow"
}
]
}