From 21089316143b68d856ca9ba8086653599076a0aa Mon Sep 17 00:00:00 2001 From: Nicolas Takashi Date: Sat, 18 Nov 2023 14:47:11 +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 aa0bf2663..2acb39612 100644 --- a/charts/opentelemetry-ebpf/CONTRIBUTING.md +++ b/charts/opentelemetry-ebpf/CONTRIBUTING.md @@ -9,4 +9,4 @@ 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. -4. Run `make generate-examples CHARTS=opentelemetry-collector`. +4. Run `make generate-examples CHARTS=opentelemetry-ebpf`.