backdoor-deployment
Installation
SKILL.md
Backdoor Deployment Automation
Validates a container image change by deploying the current production image, collecting baseline data, then deploying the test image (from a CI build) and comparing data volume and resource consumption. No regressions = pass.
Required Inputs
Check with the user if they want to use the default values or provide new ones.
| Input | Description | Default |
|---|---|---|
| Branch name | Git branch to build | suyadav/aiautomation |
| Current production image | Production image tag (e.g. ciprod:X.Y.Z) |
ciprod:3.1.35 |
| YAML file path | Helm values file for backdoor deployment | ./../azuremonitor-containerinsights/values.yaml |
Derived Values
Parse these automatically from the YAML file — do not ask the user.