Skip to content

Commit 35c6719

Browse files
authored
Update K8s integration version to 1.21.0 (#39)
1 parent 6756fdc commit 35c6719

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/newrelic-infrastructure/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet
33
name: newrelic-infrastructure
4-
version: 0.13.32
5-
appVersion: 1.20.0
4+
version: 0.13.33
5+
appVersion: 1.21.0
66
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
77
source:
88
- https://github.com/kubernetes/kubernetes/tree/master/examples/newrelic-infrastructure

charts/newrelic-infrastructure/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This chart will deploy the New Relic Infrastructure agent as a Daemonset.
2525
| `privileged` | Enable privileged mode. | `true` |
2626
| `image.repository` | The container to pull. | `newrelic/infrastructure` |
2727
| `image.pullPolicy` | The pull policy. | `IfNotPresent` |
28-
| `image.tag` | The version of the container to pull. | `1.20.0` |
28+
| `image.tag` | The version of the container to pull. | `1.21.0` |
2929
| `resources` | Any resources you wish to assign to the pod. | See Resources below |
3030
| `verboseLog` | Should the agent log verbosely. (Boolean) | `false` |
3131
| `priorityClassName` | Scheduling priority of the pod | `nil` |

charts/newrelic-infrastructure/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ verboseLog: false
2929

3030
image:
3131
repository: newrelic/infrastructure-k8s
32-
tag: 1.20.0
32+
tag: 1.21.0
3333
pullPolicy: IfNotPresent
3434

3535
resources:

0 commit comments

Comments
 (0)