Skip to content

Commit

Permalink
Update newrelic-infrastructure image version to 1.17.0 (helm#21646)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Do Nascimento <alejandrodnm@gmail.com>
Signed-off-by: Victor Pupim <pupimvictor@gmail.com>
  • Loading branch information
alejandrodnm authored and pupimvictor committed Mar 30, 2020
1 parent 3ddfe90 commit 1fe4c6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/newrelic-infrastructure/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.26
appVersion: 1.16.0
version: 0.13.27
appVersion: 1.17.0
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
source:
- https://github.com/kubernetes/kubernetes/tree/master/examples/newrelic-infrastructure
Expand Down
2 changes: 1 addition & 1 deletion stable/newrelic-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0` |
| `image.tag` | The version of the container to pull. | `1.17.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` |
Expand Down
2 changes: 1 addition & 1 deletion stable/newrelic-infrastructure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ verboseLog: false

image:
repository: newrelic/infrastructure-k8s
tag: 1.16.0
tag: 1.17.0
pullPolicy: IfNotPresent

resources:
Expand Down

0 comments on commit 1fe4c6d

Please sign in to comment.