upgrade_helm_chart
Upgrade an existing Helm chart release by specifying release name, chart, and namespace, with options for custom values or value files.
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) |