From c41596acd71b38d218319da00d3ec51f4bd5b93b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fuentes?= <59606623+mfuentes-newrelic@users.noreply.github.com> Date: Mon, 27 Jan 2020 15:51:03 +0100 Subject: [PATCH] Update newrelic-infrastructure image version to 1.13.1 (#20354) Signed-off-by: Martin Fuentes Signed-off-by: mfuentes-newrelic --- stable/newrelic-infrastructure/Chart.yaml | 4 ++-- stable/newrelic-infrastructure/README.md | 2 +- stable/newrelic-infrastructure/values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/newrelic-infrastructure/Chart.yaml b/stable/newrelic-infrastructure/Chart.yaml index 5f92e10c8d..b06221e380 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.17 -appVersion: 1.12.0 +version: 0.13.18 +appVersion: 1.13.1 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 7836f38caa..cd88acce4c 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.12.0` | +| `image.tag` | The version of the container to pull. | `1.13.1` | | `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 743e0db895..e822873c90 100644 --- a/stable/newrelic-infrastructure/values.yaml +++ b/stable/newrelic-infrastructure/values.yaml @@ -29,15 +29,15 @@ verboseLog: false image: repository: newrelic/infrastructure-k8s - tag: 1.12.0 + tag: 1.13.1 pullPolicy: IfNotPresent resources: limits: - memory: 150M + memory: 300M requests: cpu: 100m - memory: 30M + memory: 150M privileged: true