Skip to content
/ charts Public
forked from drone/charts

Helm charts for the Drone platform on Kubernetes

License

Notifications You must be signed in to change notification settings

tolgap/charts

 
 

Repository files navigation

Drone Helm Charts

This repository hosts official Helm charts for Drone. These charts are used to deploy Drone to Kubernetes.

Install Helm

Read and follow the Helm installation guide.

Note: The charts in this repository require Helm version 3.x or later.

Add the Drone Helm Chart repo

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

Install charts

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-kube to begin executing builds.

Documentation

See Drone or the Drone documentation site for more information.

Kubernetes version support

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.

Helm Chart and Drone Support

Visit the support forum for support.

Contributing

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.

License

This repository's contents are licensed under the 2-clause BSD license. See the included LICENSE file for a copy.

About

Helm charts for the Drone platform on Kubernetes

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 91.9%
  • Makefile 8.1%