# Datadog Helm Charts [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/datadog)](https://artifacthub.io/packages/search?repo=datadog) Official Helm charts for Datadog products. Currently supported: - [Datadog Agents](charts/datadog/README.md) (`datadog/datadog`) - [Datadog Operator](charts/datadog-operator/README.md) (`datadog/datadog-operator`) - [Extended DaemonSet](charts/extended-daemon-set/README.md) (`datadog/extendeddaemonset`) - [Observability Pipelines Worker](charts/observability-pipelines-worker/README.md) (`datadog/observability-pipelines-worker`) - [Private Action Runner](charts/private-action-runner/README.md) (`datadog/private-action-runner`) - [Synthetics Private Location](charts/synthetics-private-location/README.md) (`datadog/synthetics-private-location`) ## How to use Datadog Helm repository You need to add this repository to your Helm repositories: ```shell helm repo add datadog https://helm.datadoghq.com helm repo update ```