Skip to content

Commit

Permalink
Fix typo and update docs (helm#21386)
Browse files Browse the repository at this point in the history
Signed-off-by: John Kost <jkost@bandwidth.com>
  • Loading branch information
johnkost authored Mar 13, 2020
1 parent a6c7ef7 commit f79ce4c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions stable/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 2.0

## 2.0.7

* Pass expected `DD_DOGSTATSD_PORT` to datadog-agent rather than invalid `DD_DOGSTATD_PORT`

## 2.0.6

* Introduces `procesAgent.processCollection` to correctly configure `DD_PROCESS_AGENT_ENABLED` for the process agent.

## 2.0.5

* Honor the `datadog.env` parameter in all containers.
Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.0.6
version: 2.0.7
appVersion: "7"
description: DataDog Agent
keywords:
Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/templates/container-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
value: {{ .Values.agents.containers.agent.logLevel | default .Values.datadog.logLevel | quote }}
{{- end }}
{{- if .Values.datadog.dogstatsd.port }}
- name: DD_DOGSTATD_PORT
- name: DD_DOGSTATSD_PORT
value: {{ .Values.datadog.dogstatsd.port | quote }}
{{- end }}
{{- if .Values.datadog.dogstatsd.nonLocalTraffic }}
Expand Down

0 comments on commit f79ce4c

Please sign in to comment.