Skip to content

Commit d705ebf

Browse files
committed
Add changes for updating the chart version
1 parent f57c446 commit d705ebf

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

charts/nr-ebpf-agent/Chart.yaml

Lines changed: 4 additions & 5 deletions
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.25
16+
version: 0.2.3
1717

1818
dependencies:
1919
- name: common-library
@@ -23,16 +23,15 @@ dependencies:
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: "0.1.0"
26+
appVersion: "0.2.3"
2727
home: https://github.com/newrelic/helm-charts
2828
sources:
2929
- https://github.com/newrelic/
3030
engine: ""
3131
icon: https://newrelic.com/assets/newrelic/source/NewRelic-logo-square.svg
3232
maintainers:
33-
- name: ramkrishankumarN
34-
- name: kpattaswamy
35-
- name: benkilimnik
33+
- name: kkhandelwal
34+
- name: bsanwarwala
3635
keywords:
3736
- newrelic
3837
- eBPF

charts/nr-ebpf-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Helm chart to monitor a Kubernetes Cluster using the eBPF agent.
88

99
1. Download and modify the default configuration file [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml#L1-L4). At minimum, you will need populate the `licenseKey` field with a valid New Relic Ingest key and the `deploymentName` field with the name of the cluster to monitor.
1010

11-
*From agent version X.Y.Z onwards, please use the latest [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml) provided with each Helm release. This ensures compatibility with new features and configuration options.*
11+
**NOTE: From chart version 0.2.x onwards, please use the latest [values.yaml](https://github.com/newrelic/helm-charts/blob/master/charts/nr-ebpf-agent/values.yaml) bundled with each Helm release. This will ensure compatibility with new features and configuration options.**
1212

1313
Example:
1414
```

charts/nr-ebpf-agent/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ebpfAgent:
104104
# -- 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.
105105
pullPolicy: IfNotPresent
106106
# -- The tag of the eBPF agent image to be deployed.
107-
tag: agent-nr-ebpf-agent_0.0.9
107+
tag: agent-0.2.3
108108
resources:
109109
limits:
110110
# -- Max memory allocated to the container.
@@ -133,7 +133,7 @@ ebpfClient:
133133
# -- 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.
134134
pullPolicy: IfNotPresent
135135
# -- The tag of the eBPF client image to be deployed.
136-
tag: client-nr-ebpf-client_0.0.12
136+
tag: client-0.2.3
137137
resources:
138138
limits:
139139
# -- Max memory allocated to the container.

0 commit comments

Comments
 (0)