File tree 3 files changed +4
-4
lines changed
charts/newrelic-infrastructure
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
description : A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet
3
3
name : newrelic-infrastructure
4
- version : 0.13.32
5
- appVersion : 1.20 .0
4
+ version : 0.13.33
5
+ appVersion : 1.21 .0
6
6
home : https://hub.docker.com/r/newrelic/infrastructure-k8s/
7
7
source :
8
8
- https://github.com/kubernetes/kubernetes/tree/master/examples/newrelic-infrastructure
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ This chart will deploy the New Relic Infrastructure agent as a Daemonset.
25
25
| ` privileged ` | Enable privileged mode. | ` true ` |
26
26
| ` image.repository ` | The container to pull. | ` newrelic/infrastructure ` |
27
27
| ` 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 ` |
29
29
| ` resources ` | Any resources you wish to assign to the pod. | See Resources below |
30
30
| ` verboseLog ` | Should the agent log verbosely. (Boolean) | ` false ` |
31
31
| ` priorityClassName ` | Scheduling priority of the pod | ` nil ` |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ verboseLog: false
29
29
30
30
image :
31
31
repository : newrelic/infrastructure-k8s
32
- tag : 1.20 .0
32
+ tag : 1.21 .0
33
33
pullPolicy : IfNotPresent
34
34
35
35
resources :
You can’t perform that action at this time.
0 commit comments