From 804c9d4afc8853c48c4ca3e24c046e2279ea60a1 Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Sat, 18 Nov 2023 14:47:17 +0000 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Jared Tan --- charts/opentelemetry-ebpf/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opentelemetry-ebpf/CONTRIBUTING.md b/charts/opentelemetry-ebpf/CONTRIBUTING.md index 2acb39612..a80ef5f71 100644 --- a/charts/opentelemetry-ebpf/CONTRIBUTING.md +++ b/charts/opentelemetry-ebpf/CONTRIBUTING.md @@ -8,5 +8,5 @@ Once the chart version is bumped, the examples must be regenerated. You can reg 1. Increase the minor version of the chart by one and set the patch version to zero. 2. Update the chart's `appVersion` to match the new collector version. This version will be used as the image tag by default. -3. Review the corresponding release notes in [Collector Core](https://github.com/open-telemetry/opentelemetry-collector/releases), [Collector Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases), and [Collector Releases](https://github.com/open-telemetry/opentelemetry-collector-releases/releases). If any changes affect the helm charts, adjust the helm chart accordingly. +3. Review the corresponding release notes in [Opentelemetry eBPF](https://github.com/open-telemetry/opentelemetry-ebpf/releases). If any changes affect the helm charts, adjust the helm chart accordingly. 4. Run `make generate-examples CHARTS=opentelemetry-ebpf`.