Contributions are welcome via GitHub pull requests. This document outlines the process to help get your contribution accepted.
- Fork this repository, develop, and test your changes.
- Submit a pull request.
- Make sure all tests are passing.
NOTE: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.
- Must follow Charts best practices
- Must pass CI jobs for linting chart-testing tool
- Any change to a chart requires a version bump following semver principles. See Immutability and Versioning below
Once changes have been merged, the release job will automatically run to package and release changed charts.
Chart releases must be immutable. Any change to a chart warrants a chart version bump even if it is only changed to the documentation.
The chart version
should follow semver.
Charts should start at 1.0.0
and any breaking (backwards incompatible) changes to a chart should bump the major version.