# Helm Upgrade Deployment Image ## Description Set the image for a deployment in a Kubernetes ## Inputs | name | description | required | default | | --- | --- | --- | --- | | `DEPLOYMENT_NAME` |
The Kubernetes Deployment to update
| `true` | `""` | | `DEPLOYMENT_NAMESPACE` |The Kubernetes namespace of the Deployment
| `true` | `""` | | `IMAGE_PATH` |The registry path to the image
| `true` | `""` | | `IMAGE_TAG` |The image tag to deploy
| `true` | `""` | | `CONTAINER_NAME` |The container component to update
| `true` | `""` | | `VALUES_FILE` |The values file to use
| `false` | `./helm/values.yaml` | | `CHART_PATH` |Path to the Helm chart
| `false` | `./helm` | | `TAG_KEY` |Helm --set key for the image tag (e.g. deploy.api.tag)
| `true` | `""` | ## Runs This action is a `composite` action.