[newrelic-infra] Update image to 1.8.0 (#13846)

Signed-off-by: JF Joly <joly.pro@gmail.com>
This commit is contained in:
JF Joly
2019-05-15 03:44:17 -07:00
committed by Kubernetes Prow Robot
parent 31fc7db528
commit 3da291aad0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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.10.0
appVersion: 1.7.0
version: 0.11.0
appVersion: 1.8.0
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
source:
- https://github.com/kubernetes/kubernetes/tree/master/examples/newrelic-infrastructure
+1 -1
View File
@@ -17,7 +17,7 @@ This chart will deploy the New Relic Infrastructure agent as a Daemonset.
| `rbac.pspEnabled` | Enable pod security policy support | `false` |
| `image.name` | The container to pull. | `newrelic/infrastructure` |
| `image.pullPolicy` | The pull policy. | `IfNotPresent` |
| `image.tag` | The version of the container to pull. | `1.7.0` |
| `image.tag` | The version of the container to pull. | `1.8.0` |
| `resources` | Any resources you wish to assign to the pod. | See Resources below |
| `verboseLog` | Should the agent log verbosely. (Boolean) | `false` |
| `nodeSelector` | Node label to use for scheduling | `nil` |
+1 -1
View File
@@ -16,7 +16,7 @@ verboseLog: false
image:
repository: newrelic/infrastructure-k8s
tag: 1.7.0
tag: 1.8.0
pullPolicy: IfNotPresent
resources: