Files
service-catalog/agent/update_catalog/skills/deploy_validate/SKILL.md
T
2026-03-06 17:08:31 +09:00

603 B

name, description, user-invokable
name description user-invokable
deploy_validate Deploy chart to a test namespace and validate health. false

deploy_validate (Skill)

Runs helm upgrade in a test namespace and reports health.

Input schema

{
  "chart": "string",
  "repo": "string | null",
  "chart_path": "string | null",
  "version": "string",
  "values_override": "object | null",
  "namespace": "string",
  "timeout": "number (default 300)"
}

Output schema

{
  "success": "boolean",
  "dry_run_passed": "boolean",
  "pod_status": "object",
  "events": "array",
  "logs": "string | null"
}