> 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/harness-platform/3.0/harness-platform-resources/connectors/code-repositories/ref-source-repo-provider/http-helm-repo-connector-settings-reference.md).

# HTTP Helm repository connector settings reference

This topic provides settings and permissions for the HTTP Helm Repo Connector.

You can add a Helm Chart Repository as an Artifact Server and then use it in Harness Kubernetes and Helm deployments. See [Helm CD Quickstart](/continuous-delivery/use-continuous-delivery/deploy-services-on-different-platforms/helm/helm-cd-quickstart.md).

A Helm chart repository is an HTTP server that houses an **index.yaml** file and, if needed, packaged charts. For details, see [The Chart Repository Guide](https://helm.sh/docs/topics/chart_repository/) from Helm.

For instructions on how to use this Connector to perform specific tasks, see [Helm CD Quickstart](/continuous-delivery/use-continuous-delivery/deploy-services-on-different-platforms/helm/helm-cd-quickstart.md).

#### Limitations <a href="#limitations" id="limitations"></a>

For Helm charts stored in repos such as **Amazon S3** or **GCS** (Google Cloud Storage), you will need a Cloud Provider for that account. For more information, see [Cloud Platform Connectors](/harness-platform/3.0/harness-platform-resources/connectors/cloud-providers.md).

#### Name <a href="#name" id="name"></a>

The unique name for this Connector.

#### ID <a href="#id" id="id"></a>

See [Entity Identifier Reference](/harness-ai/use-harness-platform/references/entity-identifier-reference.md).

#### Description <a href="#description" id="description"></a>

Text string.

#### Tags <a href="#tags" id="tags"></a>

See [Tags Reference](/harness-ai/use-harness-platform/tags/overview.md#create-tags-for-pipelines).

#### Helm Repository URL <a href="#helm-repository-url" id="helm-repository-url"></a>

The URL of the chart repo.

Helm Hub at `https://hub.helm.sh` is not a Helm repo. It is a website for discovery and documentation. While it does list charts for deployments such cluster-autoscaler, the actual Helm repo for this and most charts is `https://kubernetes-charts.storage.googleapis.com`\*\*.\*\*If you're having trouble connecting, try adding a trailing slash (`/`) to the URL, like `https://nexus3.dev.example.io/repository/test-helm/`.

Some chart servers, like Nexus, require a trailing slash.

#### Username and Password <a href="#username-and-password" id="username-and-password"></a>

From Helm:

> Note: For Helm 2.0.0, chart repositories do not have any intrinsic authentication. There is an issue tracking progress in GitHub.

> Because a chart repository can be any HTTP server that can serve YAML and tar files and can answer GET requests, you have a plethora of options when it comes down to hosting your own chart repository. For example, you can use a Google Cloud Storage (GCS) bucket, Amazon S3 bucket, Github Pages, or even create your own web server.

If the charts are backed by HTTP basic authentication, you can also supply the username and password. See [Share your charts with others](https://helm.sh/docs/topics/chart_repository/#share-your-charts-with-others) from Helm.

#### See also <a href="#see-also" id="see-also"></a>

* [AWS Connector Settings Reference](/harness-ai/use-harness-platform/connectors/cloud-providers/ref-cloud-providers/aws-connector-settings-reference.md)
* [Google Cloud Platform (GCP) Connector Settings Reference](/harness-ai/use-harness-platform/connectors/cloud-providers/ref-cloud-providers/gcs-connector-settings-reference.md)
