Skip to content

woodpecker-ci/helm

Folders and files

NameName
Last commit message
Last commit date
Mar 16, 2025
Mar 18, 2025
Oct 6, 2024
Jan 9, 2025
Nov 29, 2024
Mar 30, 2023
Feb 15, 2024
Mar 23, 2025
Jan 9, 2025
Mar 4, 2024
Mar 4, 2024
Mar 18, 2025
Nov 22, 2024
Feb 22, 2023
Jan 13, 2025
Nov 19, 2024
Nov 15, 2023
Oct 5, 2024
Nov 22, 2024

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