update-chart
Update a chart's metadata or properties by applying JSON Patch operations to a specified chart UUID.
Instructions
Update a chart using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Chart UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |