diff --git a/stable/datadog/CHANGELOG.md b/stable/datadog/CHANGELOG.md index 94a6f5a81568..7300ad91981d 100644 --- a/stable/datadog/CHANGELOG.md +++ b/stable/datadog/CHANGELOG.md @@ -1,5 +1,11 @@ # Datadog changelog +## 2.3.22 + +* Remove duplicate imagePullSecrets +* Fix DataDog location to useConfigMap in docs +* Adding explanation for metricsProvider.enabled + ## 2.3.21 * Fix additional default values in `values.yaml` to prevent errors with Helm 2.x diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 5355fc3d5e6d..3d154392dd47 100644 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 2.3.21 +version: 2.3.22 appVersion: "7" description: Datadog Agent keywords: diff --git a/stable/datadog/README.md b/stable/datadog/README.md index 51da2f02b36c..e8a32ba7d820 100644 --- a/stable/datadog/README.md +++ b/stable/datadog/README.md @@ -367,7 +367,7 @@ helm install --name \ | `agents.containers.initContainers.resources.requests.memory` | Memory resource requests for the init containers container | `256Mi` | | `agents.priorityClassName` | Which Priority Class to associate with the daemonset | `nil` | | `agents.useConfigMap` | Configures a configmap to provide the agent configuration. Use this in combination with the `agent.customAgentConfig` parameter. | `false` | -| `agents.customAgentConfig` | Specify custom contents for the datadog agent config (datadog.yaml). Note the `agent.useConfigMap` parameter needs to be set to `true` for this parameter to be taken into account. | `{}` | +| `agents.customAgentConfig` | Specify custom contents for the datadog agent config (datadog.yaml). Note the `agents.useConfigMap` parameter needs to be set to `true` for this parameter to be taken into account. | `{}` | | `agents.updateStrategy` | Which update strategy to deploy the daemonset | RollingUpdate with 10% maxUnavailable | | `agents.volumes` | Additional volumes for the daemonset or deployment | `nil` | | `agents.volumeMounts` | Additional volumeMounts for the daemonset or deployment | `nil` | diff --git a/stable/datadog/templates/cluster-agent-deployment.yaml b/stable/datadog/templates/cluster-agent-deployment.yaml index 3ece2e71ab03..788bf4be9826 100644 --- a/stable/datadog/templates/cluster-agent-deployment.yaml +++ b/stable/datadog/templates/cluster-agent-deployment.yaml @@ -75,8 +75,6 @@ spec: dnsConfig: {{ toYaml .Values.clusterAgent.dnsConfig | indent 8 }} {{- end }} - imagePullSecrets: -{{ toYaml .Values.clusterAgent.image.pullSecrets | indent 8 }} containers: - name: cluster-agent image: "{{ .Values.clusterAgent.image.repository }}:{{ .Values.clusterAgent.image.tag }}" diff --git a/stable/datadog/values.yaml b/stable/datadog/values.yaml index ebf67750e843..66204bc2c512 100644 --- a/stable/datadog/values.yaml +++ b/stable/datadog/values.yaml @@ -444,6 +444,9 @@ clusterAgent: ## Enable the metricsProvider to be able to scale based on metrics in Datadog # metricsProvider: + ## @param enabled - boolean - required - default: false + ## Set this to true to enable Metrics Provider + # enabled: false ## @param wpaController - boolean - optional @@ -899,7 +902,7 @@ agents: ## Specify custom contents for the datadog agent config (datadog.yaml). ## ref: https://docs.datadoghq.com/agent/guide/agent-configuration-files/?tab=agentv6 ## ref: /~https://github.com/DataDog/datadog-agent/blob/master/pkg/config/config_template.yaml - ## Note the `agent.useConfigMap` needs to be set to `true` for this parameter to be taken into account. + ## Note the `agents.useConfigMap` needs to be set to `true` for this parameter to be taken into account. # customAgentConfig: {} # # Autodiscovery for Kubernetes