# Helm Template Deployment ## Description Template a Helm chart for a deployment in a Kubernetes cluster ## Inputs | name | description | required | default | | --- | --- | --- | --- | | `DEPLOYMENT_NAME` |
The Helm release name
| `true` | `""` | | `DEPLOYMENT_NAMESPACE` |The Kubernetes namespace (defaults to DEPLOYMENT_NAME)
| `false` | `""` | | `REGISTRY` |OCI registry hostname for helm dependency login
| `true` | `""` | | `REGISTRY_USERNAME` |Username for OCI registry login
| `true` | `""` | | `REGISTRY_TOKEN` |Token for OCI registry login
| `true` | `""` | | `CHART_PATH` |Path to the Helm chart
| `false` | `./helm` | | `VALUES_FILE` |The values file to use
| `false` | `./helm/values.yaml` | | `IMAGE_PATH` |The registry path to the image (optional)
| `false` | `""` | | `IMAGE_TAG` |The image tag to deploy (optional)
| `false` | `""` | | `TAG_KEY` |Helm --set key for the image tag (e.g. deploy.api.tag)
| `false` | `""` | ## Runs This action is a `composite` action.