From 82a92bbb9fa6b049c204d938ff685b378c96a224 Mon Sep 17 00:00:00 2001 From: alejandrodnm Date: Fri, 24 Apr 2020 10:14:07 +0200 Subject: [PATCH] [stable/newrelic-infrastructure] Update image version to 1.20.0 (#22096) 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 3359d4bf46..6a50c94ffb 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.30 -appVersion: 1.18.0 +version: 0.13.31 +appVersion: 1.20.0 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 38062eef86..44a8bb6613 100644 --- a/stable/newrelic-infrastructure/README.md +++ b/stable/newrelic-infrastructure/README.md @@ -25,7 +25,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.18.0` | +| `image.tag` | The version of the container to pull. | `1.20.0` | | `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 d0de41f679..9492181aed 100644 --- a/stable/newrelic-infrastructure/values.yaml +++ b/stable/newrelic-infrastructure/values.yaml @@ -29,7 +29,7 @@ verboseLog: false image: repository: newrelic/infrastructure-k8s - tag: 1.18.0 + tag: 1.20.0 pullPolicy: IfNotPresent resources: