Skip to content

Commit b19c039

Browse files
authored
[nr-ebpf-agent] Bump the client & agent (#1642)
<!-- Thank you for contributing to New Relic's Helm charts. Before you submit this PR we'd like to make sure you are aware of our technical requirements: * https://github.com/newrelic-experimental/helm-charts/blob/master/CONTRIBUTING.md#technical-requirements For a quick overview across what we will look at reviewing your PR, please read our review guidelines: * https://github.com/newrelic-experimental/helm-charts/blob/master/REVIEW_GUIDELINES.md Following our best practices right from the start will accelerate the review process and help get your PR merged quicker. When updates to your PR are requested, please add new commits and do not squash the history. This will make it easier to identify new changes. The PR will be squashed anyways when it is merged. Thanks. For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file. Please make sure you test your changes before you push them. Once pushed, a Github Action will run across your changes and do some initial checks and linting. These checks run very quickly. Please check the results. We would like these checks to pass before we even continue reviewing your changes. --> #### Is this a new chart No. #### What this PR does / why we need it: Bumps the agent and client. #### Which issue this PR fixes *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)* - fixes # #### Special notes for your reviewer: #### Checklist [Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] - [x] Chart Version bumped - [x] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`) Signed-off-by: kpattaswamy <[email protected]>
1 parent 5db1dba commit b19c039

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

charts/nr-ebpf-agent/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.23
16+
version: 0.1.24
1717

1818
dependencies:
1919
- name: common-library

charts/nr-ebpf-agent/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Options that can be defined globally include `affinity`, `nodeSelector`, `tolera
9090
| ebpfAgent.containerSecurityContext | object | `{}` | Sets ebpfAgent pod containerSecurityContext. Overrides `containerSecurityContext` and `global.securityContext.container` |
9191
| ebpfAgent.image.pullPolicy | string | `"IfNotPresent"` | The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is also set to Always. |
9292
| ebpfAgent.image.repository | string | `"docker.io/newrelic/newrelic-ebpf-agent"` | eBPF agent image to be deployed. |
93-
| ebpfAgent.image.tag | string | `"agent-nr-ebpf-agent_0.0.7"` | The tag of the eBPF agent image to be deployed. |
93+
| ebpfAgent.image.tag | string | `"agent-nr-ebpf-agent_0.0.8"` | The tag of the eBPF agent image to be deployed. |
9494
| ebpfAgent.podAnnotations | object | `{}` | Sets ebpfAgent pod Annotations. Overrides `podAnnotations` and `global.podAnnotations` |
9595
| ebpfAgent.podSecurityContext | object | `{}` | Sets ebpfAgent pod podSecurityContext. Overrides `podSecurityContext` and `global.securityContext.pod` |
9696
| ebpfAgent.resources.limits.memory | string | `"2Gi"` | Max memory allocated to the container. |
@@ -99,7 +99,7 @@ Options that can be defined globally include `affinity`, `nodeSelector`, `tolera
9999
| ebpfAgent.tolerations | list | `[]` | Sets ebpfAgent pod tolerations. Overrides `tolerations` and `global.tolerations` |
100100
| ebpfClient.image.pullPolicy | string | `"IfNotPresent"` | The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is set to Always. |
101101
| ebpfClient.image.repository | string | `"docker.io/newrelic/newrelic-ebpf-agent"` | eBPF client image to be deployed. |
102-
| ebpfClient.image.tag | string | `"client-nr-ebpf-client_0.0.11"` | The tag of the eBPF client image to be deployed. |
102+
| ebpfClient.image.tag | string | `"client-nr-ebpf-client_0.0.12"` | The tag of the eBPF client image to be deployed. |
103103
| ebpfClient.resources.limits.memory | string | `"100Mi"` | Max memory allocated to the container. |
104104
| ebpfClient.resources.requests.cpu | string | `"50m"` | Min CPU allocated to the container. |
105105
| ebpfClient.resources.requests.memory | string | `"50Mi"` | Min memory allocated to the container. |

charts/nr-ebpf-agent/templates/_tls.tpl

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ a cert is loaded from an existing secret or is provided via `.Values`
2020
{{- $domain2 := printf "%s.%s.svc.%s" (include "nr-ebpf-agent.service.name" .) $.Release.Namespace $.Values.kubernetesClusterDomain }}
2121
{{- $domain3 := printf "%s.%s.svc" (include "otel-collector.service.name" .) $.Release.Namespace }}
2222
{{- $domain4 := printf "%s.%s.svc.%s" (include "otel-collector.service.name" .) $.Release.Namespace $.Values.kubernetesClusterDomain }}
23-
{{- $domains := list $domain1 $domain2 $domain3 $domain4 }}
23+
{{- $domain5 := "localhost" }}
24+
{{- $domains := list $domain1 $domain2 $domain3 $domain4 $domain5 }}
2425
{{- $cert := genSignedCert (include "newrelic.common.naming.fullname" .) nil $domains $certValidity $ca }}
2526
{{- $clientCert = b64enc $cert.Cert }}
2627
{{- $clientKey = b64enc $cert.Key }}

charts/nr-ebpf-agent/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ customSecretLicenseKey: ""
1010
# -- If using a customSecretLicenseKey, you must supply your region "US"/"EU". Otherwise, leave this value as an empty string.
1111
region: ""
1212
# -- Enable to export data to NR's Staging otel endpoint (staging-otlp.nr-data.net:4317).
13-
nrStaging: false
13+
nrStaging:
1414
# -- Configures the agent to send all data through the proxy specified via the otel collector.
1515
proxy: ""
1616
# -- Drop data when service names map to an IP address.
@@ -103,7 +103,7 @@ ebpfAgent:
103103
# -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is also set to Always.
104104
pullPolicy: IfNotPresent
105105
# -- The tag of the eBPF agent image to be deployed.
106-
tag: agent-nr-ebpf-agent_0.0.7
106+
tag: agent-nr-ebpf-agent_0.0.8
107107
resources:
108108
limits:
109109
# -- Max memory allocated to the container.
@@ -132,7 +132,7 @@ ebpfClient:
132132
# -- The pull policy is defaulted to IfNotPresent, which skips pulling an image if it already exists. If pullPolicy is defined without a specific value, it is set to Always.
133133
pullPolicy: IfNotPresent
134134
# -- The tag of the eBPF client image to be deployed.
135-
tag: client-nr-ebpf-client_0.0.11
135+
tag: client-nr-ebpf-client_0.0.12
136136
resources:
137137
limits:
138138
# -- Max memory allocated to the container.

0 commit comments

Comments
 (0)