Skip to content

Commit 129a52f

Browse files
[datadog] Update RBAC for cluster scaling (#2310)
Allow watch for karpenter resources chore: update charts - update changelog version for datadog to 3.161.2 Merge remote-tracking branch 'origin/main' into jenn/cluster-autoscaling-rbac Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: jennifer.chen <[email protected]>
1 parent 285e308 commit 129a52f

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
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.161.2
4+
5+
* Update Cluster Agent RBAC to allow watch on `*.karpenter.sh` if cluster scaling is enabled.
6+
37
## 3.161.1
48

59
* Update Cluster Agent RBAC to allow list/watch on `source.toolkit.fluxcd.io/*`, `kustomize.toolkit.fluxcd.io/*`, `argoproj.io/*` if the orchestrator check is enabled.

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.161.1
4+
version: 3.161.2
55
appVersion: "7"
66
description: Datadog Agent
77
keywords:

charts/datadog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog
22

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

55
> [!WARNING]
66
> The Datadog Operator is now enabled by default since version [3.157.0](https://github.com/DataDog/helm-charts/blob/main/charts/datadog/CHANGELOG.md#31570) to collect chart metadata for display in [Fleet Automation](https://docs.datadoghq.com/agent/fleet_automation/). We are aware of issues affecting some environments and are actively working on fixes. We apologize for the inconvenience and appreciate your patience while we address these issues.

charts/datadog/templates/cluster-agent-rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ rules:
598598
- delete
599599
- get
600600
- list
601+
- watch
601602
- patch
602603
- apiGroups:
603604
- karpenter.k8s.aws

0 commit comments

Comments
 (0)