This repository contains Helm charts related to Lagoon.
helm repo add amazeeio https://amazeeio.github.io/charts/
See individual chart directories for usage.
Branch/fork and add/edit a chart in the charts/
directory. When you create a PR your change will be automatically linted and tested. PRs are not mergeable until lint + test passes.
Please ensure that any new chart:
- is installable into
kind
, which is used in the CI environment. You can add aci/linter-values.yaml
file if necessary (example). - has some kind of test, even if it is just a simple connection test (example).
- has a useful
templates/NOTES.txt
. - has a
README.md
with some basic information about the chart.