ako_config_upgrade
Apply AKO Helm upgrade to avi-system release with preview mode that shows blast radius and dry-run output before confirming changes.
Instructions
[WRITE] Apply an AKO Helm upgrade to the avi-system release.
Finds the avi-system release automatically and upgrades the Broadcom OCI
chart with --reuse-values. Without confirm=True this only previews: it
returns blast_radius (release, the chart and app version it is on, revision
and status, the chart it would move to) plus helm_dry_run, the output of
helm upgrade --dry-run, and changes nothing. Show that to the user and get
their explicit decision. Do not set confirm=True on your own because the
user asked earlier: they have not seen what it changes yet.
Refused with confirm=True: a failing dry-run (the real upgrade would fail
too), a release with another helm operation pending, and a release whose
status cannot be read. Helm output has credential values blanked to
<redacted> by this skill. Run ako_config_diff first to review the change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | False (default) returns the blast radius and changes nothing. True applies it. | |
| dry_run | No | Deprecated alias; removed in the next minor release. The old contract applied only with dry_run=false and confirmed=true; dry_run=true holds even when confirm=True. | |
| confirmed | No | Deprecated alias for confirm; removed in the next minor release. confirmed=False holds even when confirm=True. | |
| chart_version | No | Pin the chart, e.g. "1.11.1". Empty = registry latest, resolved at apply time, so it can differ from the preview. |