This repository contains Helm charts for:
- openzaak
- opennotificaties
- openforms
- openinwoner
- openobjecten
- objecttypen
- openarchiefbeheer
- openklant
helm repo add maykinmedia https://maykinmedia.github.io/charts/
helm search repo maykinmedia
helm install my-release maykinmedia/<chart>
When contributing a feature or fixing a bug, the following things should be done:
- Bump the chart version in the
Chart.yaml
file. We try to stick to semantic versioning. - Update the changelog file
CHANGELOG.md
in the chart directory with a description of the changes and a link to the Github issue (if relevant). - Regenerate the Readmes (see instructions below).
To generate the charts readmes, we use helm-docs. To use it, first install Go and then follow their instructions on how to install it. Then, within a chart directory you can run:
helm-docs .