From ddccb06067b105f72d1343f99245df066bb304f0 Mon Sep 17 00:00:00 2001 From: alejandrodnm Date: Tue, 5 Nov 2019 21:01:47 +0100 Subject: [PATCH] Update newrelic-infrastructure image version to 1.10.2 (#18594) Signed-off-by: Alejandro Do Nascimento --- stable/newrelic-infrastructure/Chart.yaml | 4 ++-- stable/newrelic-infrastructure/README.md | 2 +- stable/newrelic-infrastructure/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/newrelic-infrastructure/Chart.yaml b/stable/newrelic-infrastructure/Chart.yaml index 0ee4fd9d0c..c4b0e6e873 100644 --- a/stable/newrelic-infrastructure/Chart.yaml +++ b/stable/newrelic-infrastructure/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet name: newrelic-infrastructure -version: 0.13.11 -appVersion: 1.10.1 +version: 0.13.12 +appVersion: 1.10.2 home: https://hub.docker.com/r/newrelic/infrastructure-k8s/ source: - https://github.com/kubernetes/kubernetes/tree/master/examples/newrelic-infrastructure diff --git a/stable/newrelic-infrastructure/README.md b/stable/newrelic-infrastructure/README.md index f091a9f814..aefce40689 100644 --- a/stable/newrelic-infrastructure/README.md +++ b/stable/newrelic-infrastructure/README.md @@ -20,7 +20,7 @@ This chart will deploy the New Relic Infrastructure agent as a Daemonset. | `privileged` | Enable privileged mode. | `true` | | `image.repository` | The container to pull. | `newrelic/infrastructure` | | `image.pullPolicy` | The pull policy. | `IfNotPresent` | -| `image.tag` | The version of the container to pull. | `1.10.1` | +| `image.tag` | The version of the container to pull. | `1.10.2` | | `resources` | Any resources you wish to assign to the pod. | See Resources below | | `verboseLog` | Should the agent log verbosely. (Boolean) | `false` | | `priorityClassName` | Scheduling priority of the pod | `nil` | diff --git a/stable/newrelic-infrastructure/values.yaml b/stable/newrelic-infrastructure/values.yaml index de7836813f..c859b4063f 100644 --- a/stable/newrelic-infrastructure/values.yaml +++ b/stable/newrelic-infrastructure/values.yaml @@ -20,7 +20,7 @@ verboseLog: false image: repository: newrelic/infrastructure-k8s - tag: 1.10.1 + tag: 1.10.2 pullPolicy: IfNotPresent resources: