> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/sandbox/readme-1/helm.md).

# helm

{% hint style="info" %}
New to Artifact Registry? Pick your package type below for an end-to-end quickstart. Every guide follows the same three steps: create, authenticate, push.
{% endhint %}

{% @harness-package-selector/package-selector platforms="helm,rpm" selectedPlatform="helm" %}

## Helm registry quickstart

Set up a **Helm** registry, authenticate, and push your first artifact.

> Needs the **Artifact Registry** module enabled and permission to create registries.

### 1. Create the registry

1. Go to **Artifact Registry → New Registry**.
2. Choose **Helm** as the package type.
3. Name it and pick a scope.

### 2. Authenticate

```
helm login pkg.harness.io --username <email> --password <token>
```

### 3. Push your first artifact

```
helm push pkg.harness.io/<account>/<registry>/my-artifact:1.0.0
```

* Link 1
* Link 2
* Link 3
* Link 4

FEEDBACK\_BUTTON
