diff --git a/stable/datadog/CHANGELOG.md b/stable/datadog/CHANGELOG.md index 64f7d0961d..cdfc790abf 100644 --- a/stable/datadog/CHANGELOG.md +++ b/stable/datadog/CHANGELOG.md @@ -1,5 +1,9 @@ # Datadog changelog +## 2.3.4 + +* Fix default values in `values.yaml` to prevent warnings with Helm 2.x + ## 2.3.3 * Allow pre-release versions as docker image tag diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 4807e02272..02fbac9397 100644 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 2.3.3 +version: 2.3.4 appVersion: "7" description: Datadog Agent keywords: diff --git a/stable/datadog/values.yaml b/stable/datadog/values.yaml index c4f883b983..d8d2411194 100644 --- a/stable/datadog/values.yaml +++ b/stable/datadog/values.yaml @@ -250,7 +250,7 @@ datadog: ## ref: https://github.com/DataDog/datadog-agent/tree/master/Dockerfiles/agent#optional-volumes ## ref: https://docs.datadoghq.com/agent/autodiscovery/ # - confd: + confd: {} # redisdb.yaml: |- # init_config: # instances: @@ -431,7 +431,7 @@ clusterAgent: ## Each key will become a file in /conf.d ## ref: https://docs.datadoghq.com/agent/autodiscovery/ # - confd: + confd: {} # mysql.yaml: |- # cluster_check: true # instances: @@ -987,7 +987,7 @@ kube-state-metrics: ## @param resources - object - optional ## Resource requests and limits for the kube-state-metrics container. # - resources: + resources: {} # requests: # cpu: 200m # memory: 256Mi