set-image
Update container images in Kubernetes deployments to deploy new versions or fix issues by specifying deployment, container, and new image parameters.
Instructions
Update the image of a deployment
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment | Yes | The name of the deployment to update | |
| container | Yes | The name of the container to update | |
| image | Yes | The new image to use | |
| namespace | No | The namespace of the deployment (optional, defaults to current context namespace) |