upgrade_helm_chart
Upgrade a Kubernetes Helm release to a new chart version, specifying release name, chart, namespace, and optionally custom values or a values file.
Instructions
Upgrade an existing Helm chart release
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the Helm release to upgrade | |
| chart | Yes | Chart name or path to chart directory | |
| namespace | Yes | Kubernetes namespace | default |
| context | No | Kubeconfig Context to use for the command (optional - defaults to null) | |
| repo | No | Helm repository URL (optional if using local chart path) | |
| values | No | Custom values to override chart defaults | |
| valuesFile | No | Path to values file (alternative to values object) |