Skip to content

Commit

Permalink
[mq] working branch - merge 09e1e16 on top of main at d63ae70
Browse files Browse the repository at this point in the history
{"baseBranch":"main","baseCommit":"d63ae70e68837d07ed5aa0e54902eaacacbac5d1","createdAt":"2025-02-05T20:51:12.638250Z","headSha":"09e1e1614460903e7f7c5b0da79c35fb4698b6ef","id":"4e34cea9-228b-47a7-8acc-7e52f4410caf","priority":"200","pullRequestNumber":"1687","queuedAt":"2025-02-05T20:51:12.637367Z","status":"STATUS_QUEUED"}
  • Loading branch information
dd-mergequeue[bot] authored Feb 5, 2025
2 parents 483fd65 + 09e1e16 commit afc1d02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/datadog-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: datadog-operator
version: 2.5.1
version: 2.5.2
appVersion: 1.11.1
description: Datadog Operator
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/datadog-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Datadog Operator

![Version: 2.5.1](https://img.shields.io/badge/Version-2.5.1-informational?style=flat-square) ![AppVersion: 1.11.1](https://img.shields.io/badge/AppVersion-1.11.1-informational?style=flat-square)
![Version: 2.5.2](https://img.shields.io/badge/Version-2.5.2-informational?style=flat-square) ![AppVersion: 1.11.1](https://img.shields.io/badge/AppVersion-1.11.1-informational?style=flat-square)

## Values

Expand Down
7 changes: 7 additions & 0 deletions charts/datadog-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,13 @@ rules:
verbs:
- list
- watch
- apiGroups: # EKS kube_scheduler and kube_controller_manager control plane metrics
- "metrics.eks.amazonaws.com"
resources:
- kcm/metrics
- ksh/metrics
verbs:
- get
{{- if .Values.datadogAgentProfile.enabled }}
- apiGroups:
- ""
Expand Down

0 comments on commit afc1d02

Please sign in to comment.