This fork was created in order to fetch lates changes in the values.ymal
file for Datadog Helm Chart.
To get latest updates from the upstream and merge them into our fork perform next steps on your local machine:
- Configure upstream remote:
git remote add upstream https://github.com/DataDog/helm-charts.git
- Fetch upstream
git fetch upstream
- Checkout to the fork
main
branch
git checkout main
- Merge upstrem changes into our
main
git merge upstream/main
- Resolve conflicts and push
git push origin main
- Now you can use our updated
charts/datadog/values.yaml
template in the infrastructure-modules module.
Official Helm charts for Datadog products. Currently supported:
- Datadog Agents (datadog/datadog)
You need to add this repository to your Helm repositories:
helm repo add datadog https://helm.datadoghq.com
helm repo update