Skip to content

Commit 8f71927

Browse files
committed
[datadog] Update agents to 7.51.0
Signed-off-by: Wassim DHIF <[email protected]>
1 parent 2edea43 commit 8f71927

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

charts/datadog/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Datadog changelog
22

3+
## 3.57.0
4+
5+
* Set default `Agent` and `Cluster-Agent` version to `7.51.0`.
6+
37
## 3.56.0
48

59
* Allow templating of `datadog.clusterName`.

charts/datadog/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
name: datadog
3-
version: 3.56.0
3+
version: 3.57.0
44
appVersion: "7"
55
description: Datadog Agent
66
keywords:

charts/datadog/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog
22

3-
![Version: 3.56.0](https://img.shields.io/badge/Version-3.56.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
3+
![Version: 3.57.0](https://img.shields.io/badge/Version-3.57.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
44

55
[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/).
66

@@ -508,7 +508,7 @@ helm install <RELEASE_NAME> \
508508
| agents.image.pullPolicy | string | `"IfNotPresent"` | Datadog Agent image pull policy |
509509
| agents.image.pullSecrets | list | `[]` | Datadog Agent repository pullSecret (ex: specify docker registry credentials) |
510510
| agents.image.repository | string | `nil` | Override default registry + image.name for Agent |
511-
| agents.image.tag | string | `"7.50.3"` | Define the Agent version to use |
511+
| agents.image.tag | string | `"7.51.0"` | Define the Agent version to use |
512512
| agents.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
513513
| 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. |
514514
| agents.localService.overrideName | string | `""` | Name of the internal traffic service to target the agent running on the local node |
@@ -574,7 +574,7 @@ helm install <RELEASE_NAME> \
574574
| clusterAgent.image.pullPolicy | string | `"IfNotPresent"` | Cluster Agent image pullPolicy |
575575
| clusterAgent.image.pullSecrets | list | `[]` | Cluster Agent repository pullSecret (ex: specify docker registry credentials) |
576576
| clusterAgent.image.repository | string | `nil` | Override default registry + image.name for Cluster Agent |
577-
| clusterAgent.image.tag | string | `"7.50.3"` | Cluster Agent image tag to use |
577+
| clusterAgent.image.tag | string | `"7.51.0"` | Cluster Agent image tag to use |
578578
| clusterAgent.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default Cluster Agent liveness probe settings |
579579
| clusterAgent.metricsProvider.aggregator | string | `"avg"` | Define the aggregator the cluster agent will use to process the metrics. The options are (avg, min, max, sum) |
580580
| clusterAgent.metricsProvider.createReaderRbac | bool | `true` | Create `external-metrics-reader` RBAC automatically (to allow HPA to read data from Cluster Agent) |
@@ -625,7 +625,7 @@ helm install <RELEASE_NAME> \
625625
| clusterChecksRunner.image.pullPolicy | string | `"IfNotPresent"` | Datadog Agent image pull policy |
626626
| clusterChecksRunner.image.pullSecrets | list | `[]` | Datadog Agent repository pullSecret (ex: specify docker registry credentials) |
627627
| clusterChecksRunner.image.repository | string | `nil` | Override default registry + image.name for Cluster Check Runners |
628-
| clusterChecksRunner.image.tag | string | `"7.50.3"` | Define the Agent version to use |
628+
| clusterChecksRunner.image.tag | string | `"7.51.0"` | Define the Agent version to use |
629629
| clusterChecksRunner.image.tagSuffix | string | `""` | Suffix to append to Agent tag |
630630
| clusterChecksRunner.livenessProbe | object | Every 15s / 6 KO / 1 OK | Override default agent liveness probe settings |
631631
| clusterChecksRunner.networkPolicy.create | bool | `false` | If true, create a NetworkPolicy for the cluster checks runners. DEPRECATED. Use datadog.networkPolicy.create instead |

charts/datadog/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ clusterAgent:
887887
name: cluster-agent
888888

889889
# clusterAgent.image.tag -- Cluster Agent image tag to use
890-
tag: 7.50.3
890+
tag: 7.51.0
891891

892892
# clusterAgent.image.digest -- Cluster Agent image digest to use, takes precedence over tag if specified
893893
digest: ""
@@ -1315,7 +1315,7 @@ agents:
13151315
name: agent
13161316

13171317
# agents.image.tag -- Define the Agent version to use
1318-
tag: 7.50.3
1318+
tag: 7.51.0
13191319

13201320
# agents.image.digest -- Define Agent image digest to use, takes precedence over tag if specified
13211321
digest: ""
@@ -1783,7 +1783,7 @@ clusterChecksRunner:
17831783
name: agent
17841784

17851785
# clusterChecksRunner.image.tag -- Define the Agent version to use
1786-
tag: 7.50.3
1786+
tag: 7.51.0
17871787

17881788
# clusterChecksRunner.image.digest -- Define Agent image digest to use, takes precedence over tag if specified
17891789
digest: ""

0 commit comments

Comments
 (0)