[stable/datadog] Update default value of datadog.livenessProbe in README (#10876)

* Change default value of datadog.livenessProbe in README

Signed-off-by: Robbie Marcelo <rbmrclo@hotmail.com>

* Bump version to 1.18.1

Signed-off-by: Robbie Marcelo <rbmrclo@hotmail.com>
This commit is contained in:
Robbie Marcelo
2019-01-29 07:35:37 -08:00
committed by Kubernetes Prow Robot
parent 6cfd5ba1ea
commit faddc35217
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 1.18.0
version: 1.18.1
appVersion: 6.9.0
description: DataDog Agent
keywords:
+1 -1
View File
@@ -92,7 +92,7 @@ The following table lists the configurable parameters of the Datadog chart and t
| `datadog.resources.requests.memory` | Memory resource requests | `256Mi` |
| `datadog.resources.limits.memory` | Memory resource limits | `256Mi` |
| `datadog.securityContext` | Allows you to overwrite the default securityContext applied to the container | `nil` |
| `datadog.livenessProbe` | Overrides the default liveness probe | exec /probe.sh |
| `datadog.livenessProbe` | Overrides the default liveness probe | http port 5555 |
| `datadog.hostname` | Set the hostname (write it in datadog.conf) | `nil` |
| `datadog.acInclude` | Include containers based on image name | `nil` |
| `datadog.acExclude` | Exclude containers based on image name | `nil` |