Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:21:54.000Z (about 1 month ago)
- Last Synced: 2024-10-29T15:23:52.081Z (about 1 month ago)
- Language: Go
- Size: 5.26 MB
- Stars: 346
- Watchers: 38
- Forks: 1,014
- Open Issues: 258
-
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
[![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`)
- [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
```