You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds the Datadog Agent to all nodes in your cluster via a DaemonSet. It also optionally depends on the [kube-state-metrics chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics). For more information about monitoring Kubernetes with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/).
| agents.image.tag | string | `"7.64.3"` | Define the Agent version to use |
529
+
| agents.image.tag | string | `"7.65.0"` | Define the Agent version to use |
530
530
| agents.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
531
531
| agents.localService.forceLocalServiceEnabled | bool | `false` | Force the creation of the internal traffic policy service to target the agent running on the local node. By default, the internal traffic service is created only on Kubernetes 1.22+ where the feature became beta and enabled by default. This option allows to force the creation of the internal traffic service on kubernetes 1.21 where the feature was alpha and required a feature gate to be explicitly enabled. |
532
532
| agents.localService.overrideName | string | `""` | Name of the internal traffic service to target the agent running on the local node |
| clusterAgent.image.tag | string | `"7.64.3"` | Cluster Agent image tag to use |
613
+
| clusterAgent.image.tag | string | `"7.65.0"` | Cluster Agent image tag to use |
614
614
| clusterAgent.kubernetesApiserverCheck.disableUseComponentStatus | bool | `false` | Set this to true to disable use_component_status for the kube_apiserver integration. |
615
615
| clusterAgent.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default Cluster Agent liveness probe settings |
616
616
| clusterAgent.metricsProvider.aggregator | string | `"avg"` | Define the aggregator the cluster agent will use to process the metrics. The options are (avg, min, max, sum) |
| clusterChecksRunner.image.tag | string | `"7.64.3"` | Define the Agent version to use |
669
+
| clusterChecksRunner.image.tag | string | `"7.65.0"` | Define the Agent version to use |
670
670
| clusterChecksRunner.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
671
671
| clusterChecksRunner.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default agent liveness probe settings |
672
672
| clusterChecksRunner.networkPolicy.create | bool | `false` | If true, create a NetworkPolicy for the cluster checks runners. DEPRECATED. Use datadog.networkPolicy.create instead |
0 commit comments