# Chart Repositories

The `helmRepositories` key can be used to specify additional locations to load charts from. These are more often used for pulling private dependent services.

Example:

```yaml
helmRepositories:
  - name: acme
    url: https://charts.acme.com
    username: "<username>"
    password: "*confidential*"
```

The following registries are provided by default, and do not need to be added.

| Registry Name | URL                                                          |
| ------------- | ------------------------------------------------------------ |
| `stable`      | <https://kubernetes-charts.storage.googleapis.com>           |
| `incubator`   | <https://kubernetes-charts-incubator.storage.googleapis.com> |
