Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.23 KB

File metadata and controls

19 lines (12 loc) · 1.23 KB

Contributing Guidelines

Contributions are welcome via GitHub pull requests. This document outlines the process to help get your contribution accepted.

How to Contribute

  1. Fork this repository, develop, and test your changes
  2. Submit a pull request

Technical Requirements

  • Must follow Charts best practices
  • Must pass CI jobs for linting and installing changed charts with the chart-testing tool
  • Variable naming and patterns should strive to be consistent across all charts. If certain options exist in a neighboring chart, they should be added or updated in sync to maintain consistency.
  • All Helm variable declarations must be documented, and the documentation must be kept up to date using helm-docs via make docs.

The chart version follow semver.

There’s no need to manually change the chart version, as charts are released in sync with agent releases and version bumps are handled by automated workflows. After changes are merged, they may be further validated by internal end-to-end workflows that run before each release. Releases usually occur on a weekly basis.