This repository contains the helm charts of the Woodpecker project.
Source Code: https://github.com/woodpecker-ci/woodpecker
Please see the README's of the sub-charts for their configuration options:
Note
If you want to install a functional instance of Woodpecker, you only need the woodpecker
chart.
The server
and agent
charts are used as sub-charts by the woodpecker
umbrella chart.
They can be used independently but this is usually not needed.
- The README is generated via
helm-docs
. To generate it, runmake docs
and do not runhelm-docs
directly (as the main chart uses a custom template) - Don't edit
README.md
directly, it will be overwritten byhelm-docs
. Instead, edit the respective*.gotmpl
files.