Skip to content

Woodpecker CI Helm Charts

License

Notifications You must be signed in to change notification settings

woodpecker-ci/helm

Repository files navigation

Woodpecker Helm Charts

Dynamic YAML Badge Dynamic YAML Badge

This repository contains the helm charts of the Woodpecker project.

Upstream repository: https://github.com/woodpecker-ci/woodpecker

Configuration

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.

Contributing

  • The README is generated via helm-docs. To generate it, run make docs and do not run helm-docs directly (as the main chart uses a custom template)
  • Don't edit README.md directly, it will be overwritten by helm-docs. Instead, edit the respective *.gotmpl files.
  • When adding new resources or extending them, please add tests via helm-unittest