This repository contains the helm charts of the Woodpecker project.
Upstream repository: https://github.com/woodpecker-ci/woodpecker
Please check the individual README files of the sub-charts for the respective configuration options:
Note
To install Woodpecker via Helm, you typically only need the woodpecker
chart.
The server
and agent
charts are sub-charts of the woodpecker
chart.
The agent
chart can be used independently to install agents on multiple clusters with one central server instance.
- 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. - When adding new resources or extending them, please add tests via
helm-unittest