Collection of DVPE Helm Charts
Add the charts by executing the following command
helm repo add dvpe https://dvpe-cloud.github.io/dvpe-helm
helm repo update
Each chart's README.md
is generated via helm-docs.
- Update the documentation:
Edit (or create) theREADME.md.gotmpl
file in the chart's folder and add your documentation like this:{{/* Header and Version Badge */}} {{ template "chart.header" . }} {{ template "chart.versionBadge" . }} {{ template "chart.description" . }} {{/* Here you can add your documentation text */}} {{/* Don't change the last lines from here on which generate a table from values.yaml */}} ## Chart Configuration Parameters The following table lists the configurable parameters of the chart and its default values. {{ template "chart.valuesSection" . }}
- Run
inside the chart's folder to generate the
helm-docs
README.md
file - Increase Version in
Chart.yaml
.
Each merge to master is validated via Github-Actions. If the version is not updated, the merge is not permitted.