https://github.com/woodpecker-ci/helm
Woodpecker CI Helm Charts
https://github.com/woodpecker-ci/helm
charts helm kubernetes woodpecker-ci
Last synced: 6 months ago
JSON representation
Woodpecker CI Helm Charts
- Host: GitHub
- URL: https://github.com/woodpecker-ci/helm
- Owner: woodpecker-ci
- License: apache-2.0
- Created: 2023-02-22T21:53:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T10:08:15.000Z (6 months ago)
- Last Synced: 2025-04-10T06:30:04.886Z (6 months ago)
- Topics: charts, helm, kubernetes, woodpecker-ci
- Language: Smarty
- Homepage:
- Size: 534 KB
- Stars: 32
- Watchers: 4
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Woodpecker Helm Charts
![]()
This repository contains the helm charts of the [Woodpecker](https://woodpecker-ci.org) project.
Upstream repository:
## Configuration
Please check the individual README files of the sub-charts for the respective configuration options:
- [woodpecker](./charts/woodpecker/README.md)
- [(server)](./charts/woodpecker/charts/server/README.md)
- [(agent)](./charts/woodpecker/charts/agent/README.md)> [!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`](https://github.com/norwoodj/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`](https://github.com/helm-unittest/helm-unittest)