Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.27 KB

Caspar fork

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:

  1. Configure upstream remote:
git remote add upstream https://github.com/DataDog/helm-charts.git
  1. Fetch upstream
git fetch upstream
  1. Checkout to the fork main branch
git checkout main
  1. Merge upstrem changes into our main
git merge upstream/main
  1. Resolve conflicts and push
git push origin main
  1. Now you can use our updated charts/datadog/values.yaml template in the infrastructure-modules module.

Datadog Helm Charts

Artifact HUB

Official Helm charts for Datadog products. Currently supported:

How to use Datadog Helm repository

You need to add this repository to your Helm repositories:

helm repo add datadog https://helm.datadoghq.com
helm repo update