wwwy3y3 / charts

Helm charts for the Drone platform on Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

License:Other


Languages

Language:Go 91.2%Language:Makefile 8.8%