From faddc352175ba168022035ea63c3d7ccc8de820a Mon Sep 17 00:00:00 2001 From: Robbie Marcelo Date: Tue, 29 Jan 2019 23:35:37 +0800 Subject: [PATCH] [stable/datadog] Update default value of datadog.livenessProbe in README (#10876) * Change default value of datadog.livenessProbe in README Signed-off-by: Robbie Marcelo * Bump version to 1.18.1 Signed-off-by: Robbie Marcelo --- stable/datadog/Chart.yaml | 2 +- stable/datadog/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index a77ad79dda..8f48807b51 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 1.18.0 +version: 1.18.1 appVersion: 6.9.0 description: DataDog Agent keywords: diff --git a/stable/datadog/README.md b/stable/datadog/README.md index 3e87ed161d..d4553dd0c1 100644 --- a/stable/datadog/README.md +++ b/stable/datadog/README.md @@ -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` |