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
You only need the woodpecker chart if you want to install a functional instance of Woodpecker.
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 docsand do not runhelm-docsdirectly (as the main chart uses a custom template) - Don't edit
README.mddirectly, it will be overwritten byhelm-docs. Instead, edit the respective*.gotmplfiles.