Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

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

## 2.0

## 2.0.5

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

## 2.0.4

* Honor the image pull policy in init 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.4
version: 2.0.5
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 2fbee40

Please sign in to comment.