Skip to content

Commit be378fa

Browse files
authored
Bump CSI driver chart dependency (#2126)
Bump CSI driver chart dependency Merge branch 'main' into fanny/bump-csi-chart Co-authored-by: fanny.jiang <fanny.jiang@datadoghq.com>
1 parent 9ea50c9 commit be378fa

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

charts/datadog/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Datadog changelog
22

3+
## 3.141.0
4+
5+
* Bump Datadog CSI Driver chart dependency version.
6+
37
## 3.140.1
48

59
* Revert addition of `timer_create` syscall to system-probe seccomp profile.

charts/datadog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v1
33
name: datadog
4-
version: 3.140.1
4+
version: 3.141.0
55
appVersion: "7"
66
description: Datadog Agent
77
keywords:

charts/datadog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog
22

3-
![Version: 3.140.1](https://img.shields.io/badge/Version-3.140.1-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
3+
![Version: 3.141.0](https://img.shields.io/badge/Version-3.141.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

@@ -29,7 +29,7 @@ Kubernetes 1.10+ or OpenShift 3.10+, note that:
2929
| Repository | Name | Version |
3030
|------------|------|---------|
3131
| https://helm.datadoghq.com | datadog-crds | 2.8.0 |
32-
| https://helm.datadoghq.com | datadog-csi-driver | 0.4.2 |
32+
| https://helm.datadoghq.com | datadog-csi-driver | 0.4.3 |
3333
| https://prometheus-community.github.io/helm-charts | kube-state-metrics | 2.13.2 |
3434

3535
## Quick start

charts/datadog/requirements.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
version: 2.13.2
88
- name: datadog-csi-driver
99
repository: https://helm.datadoghq.com
10-
version: 0.4.2
11-
digest: sha256:d4c8b6360be956cffd26a3d5649305e4b81d5ef9b4c46c085246c1c6576e72f5
12-
generated: "2025-09-11T11:15:27.339851+02:00"
10+
version: 0.4.3
11+
digest: sha256:794227ef5d7f833d3e18eda8f6021230380245f5306efc4255f971f56c726a79
12+
generated: "2025-10-31T14:00:45.97202-04:00"

charts/datadog/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies:
1010
repository: https://prometheus-community.github.io/helm-charts
1111
condition: datadog.kubeStateMetricsEnabled
1212
- name: datadog-csi-driver
13-
version: 0.4.2
13+
version: 0.4.3
1414
repository: https://helm.datadoghq.com
1515
condition: datadog.csi.enabled

0 commit comments

Comments
 (0)