Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 699 Bytes

File metadata and controls

10 lines (8 loc) · 699 Bytes

Operator Chart Contributing Guide

Bumping Default Operator Version

  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 operator version.
  3. In the values.yaml, update manager.collectorImage.tag to match the version of the collector managed by default by the operator.
  4. Run make generate-examples CHARTS=opentelemetry-operator.
  5. Run make update-operator-crds to update the CRDs in this chart to match the operator's.
  6. Review the Operator release notes. If any changes affect the helm chart, adjust the helm chart accordingly.