# Helm Upgrade ## Description Login to an OCI registry, update chart dependencies, and run helm upgrade for the chart in the current directory ## Inputs | name | description | required | default | | --- | --- | --- | --- | | `DEPLOYMENT_NAME` |

The Helm release name and target namespace

| `true` | `""` | | `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` | `.` | | `VALUES_FILE` |

Path to a values file (optional)

| `false` | `""` | ## Runs This action is a `composite` action.