From 08892cf8229698c4ca1d2635d92f90e7dfe76299 Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Tue, 29 Jan 2019 11:11:01 +0100 Subject: [PATCH] Upgrade agent to 6.9.0 and cluster-agent to 1.1.0 (#10959) Signed-off-by: Xavier Vello --- stable/datadog/Chart.yaml | 4 ++-- stable/datadog/README.md | 2 +- stable/datadog/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index a9dc5788c5..a77ad79dda 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ name: datadog -version: 1.17.0 -appVersion: 6.6.0 +version: 1.18.0 +appVersion: 6.9.0 description: DataDog Agent keywords: - monitoring diff --git a/stable/datadog/README.md b/stable/datadog/README.md index c648d5c17e..3e87ed161d 100644 --- a/stable/datadog/README.md +++ b/stable/datadog/README.md @@ -63,7 +63,7 @@ The following table lists the configurable parameters of the Datadog chart and t | `datadog.appKey` | Datadog APP key required to use metricsProvider | `Nil` You must provide your own key | | `datadog.appKeyExistingSecret` | If set, use the secret with a provided name instead of creating a new one |`nil` | | `image.repository` | The image repository to pull from | `datadog/agent` | -| `image.tag` | The image tag to pull | `6.6.0` | +| `image.tag` | The image tag to pull | `6.9.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets | `nil` | | `rbac.create` | If true, create & use RBAC resources | `true` | diff --git a/stable/datadog/values.yaml b/stable/datadog/values.yaml index 288cc31363..bf2ebfd480 100644 --- a/stable/datadog/values.yaml +++ b/stable/datadog/values.yaml @@ -3,7 +3,7 @@ image: # This chart is compatible with different images, please choose one repository: datadog/agent # Agent6 # repository: datadog/dogstatsd # Standalone DogStatsD6 - tag: 6.6.0 # Use 6.6.0-jmx to enable jmx fetch collection + tag: 6.9.0 # Use 6.9.0-jmx to enable jmx fetch collection pullPolicy: IfNotPresent ## It is possible to specify docker registry credentials ## See https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod @@ -96,7 +96,7 @@ clusterAgent: containerName: cluster-agent image: repository: datadog/cluster-agent - tag: 1.0.0 + tag: 1.1.0 pullPolicy: IfNotPresent enabled: false ## This needs to be at least 32 characters a-zA-z