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` |