mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[newrelic-infra] Update to 1.7.0 and add OWNERS (#12797)
* [newrelic-infra] Update image to version 1.7.0 Signed-off-by: JF Joly <joly.pro@gmail.com> * [newrelic-infra] Adding a OWNERS file Signed-off-by: JF Joly <joly.pro@gmail.com> * Updating chart version Signed-off-by: JF Joly <joly.pro@gmail.com> * Owners added as maintainers in Chart.yaml Signed-off-by: JF Joly <joly.pro@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
03a5fe53ac
commit
52d4a854de
@@ -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.9.0
|
||||
appVersion: 1.6.0
|
||||
version: 0.10.0
|
||||
appVersion: 1.7.0
|
||||
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
|
||||
source:
|
||||
- https://github.com/kubernetes/kubernetes/tree/master/examples/newrelic-infrastructure
|
||||
@@ -11,6 +11,12 @@ icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
|
||||
maintainers:
|
||||
- name: rk295
|
||||
email: robin@kearney.co.uk
|
||||
- name: jfjoly
|
||||
email: jjoly@newrelic.com
|
||||
- name: smoya
|
||||
- name: areina
|
||||
- name: douglascamata
|
||||
- name: rk295
|
||||
keywords:
|
||||
- infrastructure
|
||||
- newrelic
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
approvers:
|
||||
- jfjoly
|
||||
- smoya
|
||||
- areina
|
||||
- douglascamata
|
||||
- rk295
|
||||
reviewers:
|
||||
- jfjoly
|
||||
- smoya
|
||||
- areina
|
||||
- douglascamata
|
||||
- rk295
|
||||
@@ -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.6.0` |
|
||||
| `image.tag` | The version of the container to pull. | `1.7.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` |
|
||||
|
||||
@@ -16,7 +16,7 @@ verboseLog: false
|
||||
|
||||
image:
|
||||
repository: newrelic/infrastructure-k8s
|
||||
tag: 1.6.0
|
||||
tag: 1.7.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user