diff --git a/README.md b/README.md index 745591e..0115316 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Helm (Kubernetes) plugin for drone.io +[![Build Status](http://drone.sohohousedigital.com/api/badges/ipedrazas/drone-helm/status.svg)](http://drone.sohohousedigital.com/ipedrazas/drone-helm) + This plugin allows to deploy a [Helm](https://github.com/kubernetes/helm) chart into a [Kubernetes](https://github.com/kubernetes/kubernetes) cluster. For example, this configuration will deploy my-app using the [stable/jenkins chart](https://github.com/kubernetes/charts/tree/master/stable/jenkins) @@ -43,4 +45,4 @@ To test the plugin, you can run `minikube` and just run the docker image as foll -Happy Helming! \ No newline at end of file +Happy Helming!