⚠️ This project is deprecated! Charts will no longer be updated
Collection of DVPE Helm Charts
Add the charts by executing the following commands:
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
helm-docs
inside the chart's folder to generate theREADME.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.