Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/datadog] Remove old and misleading KSM option from value file (
Browse files Browse the repository at this point in the history
…#22246)

Signed-off-by: Vincent Boulineau <[email protected]>
  • Loading branch information
vboulineau authored May 4, 2020
1 parent 5d826a3 commit 80edc66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 4 additions & 0 deletions stable/datadog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datadog changelog

## 2.2.10

* Remove `kubeStateMetrics` section from `values.yaml` as not used anymore

## 2.2.9

* Fixing variables description in README and Migration documentation (#22031)
Expand Down
2 changes: 1 addition & 1 deletion stable/datadog/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 2.2.9
version: 2.2.10
appVersion: "7"
description: Datadog Agent
keywords:
Expand Down
7 changes: 0 additions & 7 deletions stable/datadog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,13 +535,6 @@ clusterAgent:
#
createPodDisruptionBudget: false

kubeStateMetrics:
## @param enabled - boolean - required
## If true, deploys the kube-state-metrics deployment.
## ref: https://github.com/kubernetes/charts/tree/master/stable/kube-state-metrics
#
enabled: true

agents:
## @param enabled - boolean - required
## You should keep Datadog DaemonSet enabled!
Expand Down

0 comments on commit 80edc66

Please sign in to comment.