helm repo add datarobot-oss https://datarobot-oss.github.io/helm-charts
helm search repo datarobot-oss
helm install my-release datarobot-oss/<chart>
Contributions are welcome ❤️
This repository has multiple Github Actions to ensure quality is high, these include:
- chart-testing: lint and install tests
- helm-docs: check all chart
README.md
have all values documented - helm-conftest: Ensures standard labels are present
All chart README.md
files are generated from a template. This ensures all values are documented and that formatting is consistent. See here about how the table of values is produced and how to add descriptions to your chart values.
Follow these steps:
- Fork this repo
- Make desired changes to the chart
- Bump the chart version
- Regenerate the chart
README.md
:docker run --rm -v "${PWD}:/helm-docs" jnorwood/helm-docs:v1.11.0 --template-files ./ci/README.md.gotmpl
- Commit and push changes
- Open 1 pull request per chart you want to change
- Set pull request title to
[stable/<chart name>]: <description>
All commands to be run from the root of this repo.
chart-testing
:
brew install chart-testing
pip3 install yamale yamllint
ct lint --charts stable/<chart>
helm-docs
:
To generate chart README.md
files from the template:
docker run --rm -v "${PWD}:/helm-docs" jnorwood/helm-docs:v1.11.0 --template-files ./ci/README.md.gotmpl
helm-conftest
:
brew tap instrumenta/instrumenta
brew install conftest
sh ci/helm-conftest.sh