Use this option when the chart is stored somewhere in the current git repo and unpacked during the installation.
Use the installation command helm install <release> <unpacked/path/dir>.
Use the following annotation format:
origin.datadoghq.com/location:
{
"helm": {
"chartURL": "<URL of the chart>",
"repoURL": "<repo where the values.yaml files are stored>",
"targetRevision": "<commit SHA of repoURL>",
"valuesPath": ["location of values.yaml files relative to <repoURL>"],
"chartPath": "<unpacked/path/dir relative to repoURL>"
}
}