helm
helm copied to clipboard
Woodpecker CI Helm Charts
Woodpecker Helm Charts
This repository contains the helm charts of the Woodpecker project.
Source Code: https://github.com/woodpecker-ci/woodpecker
Configuration
Please see the README's of the sub-charts for their configuration options:
- woodpecker
- (server)
- (agent)
[!NOTE] You only need the
woodpecker
chart if you want to install a functional instance of Woodpecker. Theserver
andagent
charts are used as sub-charts by thewoodpecker
umbrella chart. They can be used independently but this is usually not needed.
Contributing
- 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.