This repository hosts official Helm charts for Drone. These charts are used to deploy Drone to Kubernetes.
Read and follow the Helm installation guide.
Note: The charts in this repository require Helm version 3.x or later.
In order to be able to use the charts in this repository, add the name and URL to your Helm client:
helm repo add drone https://charts.drone.io
helm repo update
See the the READMEs for the various charts in the charts directory.
- If you have not yet installed Drone server, start with the drone chart.
- After installing
drone
, install drone-runner-docker to begin executing builds.
See Drone or the Drone documentation site for more information.
Due to rapid churn in the Kubernetes ecosystem, charts in this repository assume a version of Kubernetes released in the last 12 months. This typically means one of the last four releases.
Note: While these charts may work with versions of older versions of Kubernetes, only releases made in the last year are eligible for support.
Visit the support forum for support.
For details on how to contribute changes or additions to this repository, see the Contributor's guide.
Please note that the charts within are supplied as a starting point. They are not intended to support every possible Kubernetes configurable. The maintainability of a chart decreases for every additional templated line. We suggest forking the charts if you find yourself needing non-trivial modifications.
This repository's contents are licensed under the 2-clause BSD license. See the included LICENSE file for a copy.