DirectorySecurity AdvisoriesPricing
Sign in
Directory
nri-kube-events logoHELM

nri-kube-events

Helm chart
Last changed
Request a free trial

Contact our team to test out this Helm chart and related images for free. Please also indicate any other images you would like to evaluate.

Chart versions
Default values
Chart metadata
Images

Tag:

1
# -- Override the name of the chart
2
nameOverride: ""
3
# -- Override the full name of the release
4
fullnameOverride: ""
5
# -- Name of the Kubernetes cluster monitored. Mandatory. Can be configured also with `global.cluster`
6
cluster: ""
7
# -- This set this license key to use. Can be configured also with `global.licenseKey`
8
licenseKey: ""
9
# -- In case you don't want to have the license key in you values, this allows you to point to a user created secret to get the key from there. Can be configured also with `global.customSecretName`
10
customSecretName: ""
11
# -- In case you don't want to have the license key in you values, this allows you to point to which secret key is the license key located. Can be configured also with `global.customSecretLicenseKey`
12
customSecretLicenseKey: ""
13
# -- Images used by the chart for the integration and agents
14
# @default -- See `values.yaml`
15
images:
16
# -- Image for the New Relic Kubernetes integration
17
# @default -- See `values.yaml`
18
integration:
19
registry: chainreg.biz
20
repository: chainguard-private/newrelic-kube-events
21
tag: latest@sha256:b95c5a3f4109313639c53a9eeec7dd9a64e811729c894cb3145e7c4376860755
22
pullPolicy: IfNotPresent
23
# -- Image for the New Relic Infrastructure Agent sidecar
24
# @default -- See `values.yaml`
25
agent:
26
registry: chainreg.biz
27
repository: chainguard-private/newrelic-k8s-events-forwarder
28
tag: latest@sha256:a7d05a2b84925c2d6ff2b43a701a81bf8978936f4559cc96cf42d765ca7cff61
29
pullPolicy: IfNotPresent
30
# -- The secrets that are needed to pull images from a custom registry.
31
pullSecrets: []
32
# - name: regsecret
33
# -- Resources for the integration container.
34
# @default -- `{}` (no limits set)
35
resources: {}
36
# limits:
37
# cpu: 100m
38
# memory: 128Mi
39
# requests:
40
# cpu: 100m
41
# memory: 128Mi
42
43
# -- Resources for the forwarder sidecar container.
44
# @default -- `{}` (no limits set)
45
forwarder:
46
resources: {}
47
# limits:
48
# cpu: 100m
49
# memory: 128Mi
50
# requests:
51
# cpu: 100m
52
# memory: 128Mi
53
rbac:
54
# -- Specifies whether RBAC resources should be created
55
create: true
56
# -- Settings controlling ServiceAccount creation
57
# @default -- See `values.yaml`
58
serviceAccount:
59
# serviceAccount.create -- (bool) Specifies whether a ServiceAccount should be created
60
# @default -- `true`
61
create:
62
# If not set and create is true, a name is generated using the fullname template
63
name: ""
64
# Specify any annotations to add to the ServiceAccount
65
annotations:
66
# -- Annotations to add to the pod.
67
podAnnotations: {}
68
deployment:
69
# deployment.annotations -- Annotations to add to the Deployment.
70
annotations: {}
71
# -- Additional labels for chart pods
72
podLabels: {}
73
# -- Additional labels for chart objects
74
labels: {}
75
# -- Amount of time to wait until timeout to send metrics to the metric forwarder
76
agentHTTPTimeout: "30s"
77
# -- Configure where will the metrics be written. Mostly for debugging purposes.
78
# @default -- See `values.yaml`
79
sinks:
80
# -- Enable the stdout sink to also see all events in the logs.
81
stdout: false
82
# -- The newRelicInfra sink sends all events to New Relic.
83
newRelicInfra: true
84
# -- Configure the various kinds of scrapers that should be run.
85
# @default -- See `values.yaml`
86
scrapers:
87
descriptions:
88
enabled: true
89
resyncPeriod: "24h"
90
events:
91
enabled: true
92
# -- Sets pod's priorityClassName. Can be configured also with `global.priorityClassName`
93
priorityClassName: ""
94
# -- (bool) Sets pod's hostNetwork. Can be configured also with `global.hostNetwork`
95
# When enabled, the deployment strategy is automatically set to Recreate to avoid port conflicts during upgrades.
96
# @default -- `false`
97
hostNetwork:
98
# -- Sets pod's dnsConfig. Can be configured also with `global.dnsConfig`
99
dnsConfig: {}
100
# -- Sets security context (at pod level). Can be configured also with `global.podSecurityContext`
101
podSecurityContext: {}
102
# -- Sets security context (at container level). Can be configured also with `global.containerSecurityContext`
103
containerSecurityContext: {}
104
# -- Sets pod/node affinities. Can be configured also with `global.affinity`
105
affinity: {}
106
# -- Sets pod's node selector. Can be configured also with `global.nodeSelector`
107
nodeSelector: {}
108
# -- Sets pod's tolerations to node taints. Can be configured also with `global.tolerations`
109
tolerations: []
110
# -- Adds extra attributes to the cluster and all the metrics emitted to the backend. Can be configured also with `global.customAttributes`
111
customAttributes: {}
112
# -- Configures the integration to send all HTTP/HTTPS request through the proxy in that URL. The URL should have a standard format like `https://user:password@hostname:port`. Can be configured also with `global.proxy`
113
proxy: ""
114
# -- (bool) Send the metrics to the staging backend. Requires a valid staging license key. Can be configured also with `global.nrStaging`
115
# @default -- `false`
116
nrStaging:
117
fedramp:
118
# -- (bool) Enables FedRAMP. Can be configured also with `global.fedramp.enabled`
119
# @default -- `false`
120
enabled:
121
# -- (bool) Sets the debug logs to this integration or all integrations if it is set globally. Can be configured also with `global.verboseLog`
122
# @default -- `false`
123
verboseLog:
124

The trusted source for open source

Talk to an expert
PrivacyTerms

Product

Chainguard ContainersChainguard LibrariesChainguard VMsChainguard OS PackagesChainguard ActionsChainguard Agent SkillsIntegrationsPricing
© 2026 Chainguard, Inc. All Rights Reserved.
Chainguard® and the Chainguard logo are registered trademarks of Chainguard, Inc. in the United States and/or other countries.
The other respective trademarks mentioned on this page are owned by the respective companies and use of them does not imply any affiliation or endorsement.