ncloud_nks_update_addon
Update an add-on on an NKS cluster by changing its version, configuration values, or resolving conflicts. Provide cluster UUID and add-on reference.
Instructions
Update an add-on installed on an NKS cluster — change its version and/or configurationValues. At least one of version/configurationValues/resolveConflicts must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Target version. Omit to keep the current version | |
| addonRef | Yes | Installed add-on reference: the add-on name OR the installed add-on's UUID | |
| clusterUuid | Yes | UUID of the cluster | |
| resolveConflicts | No | Conflict resolution: Overwrite (default) | Preserve | |
| configurationValues | No | Helm values override as a JSON-object STRING. An empty string resets to {} |