https://github.com/DataDog/helm-charts
Helm charts for Datadog products
https://github.com/DataDog/helm-charts
Last synced: about 1 month ago
JSON representation
Helm charts for Datadog products
- Host: GitHub
- URL: https://github.com/DataDog/helm-charts
- Owner: DataDog
- License: apache-2.0
- Created: 2020-07-22T13:19:39.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T00:54:48.000Z (about 2 months ago)
- Last Synced: 2025-04-13T10:50:47.072Z (about 2 months ago)
- Language: Go
- Size: 14.3 MB
- Stars: 372
- Watchers: 40
- Forks: 1,022
- Open Issues: 271
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - DataDog/helm-charts - Helm charts for Datadog products (Go)
README
# Datadog Helm Charts
[](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
```