Joachim Hill-Grannec fba3dfaa27 might work
2018-08-02 20:51:07 +02:00
2018-08-02 20:51:07 +02:00
2018-08-02 14:36:58 +02:00
2018-08-02 14:38:58 +02:00
2018-08-02 14:36:58 +02:00
2018-05-04 11:15:28 +02:00
2018-05-04 11:15:28 +02:00
2018-06-08 16:06:21 -07:00
2016-12-08 16:21:06 +00:00
2018-08-02 14:38:58 +02:00

Helm (Kubernetes) plugin for drone.io

Build Status Go Doc Go Report

This plugin allows to deploy a Helm chart into a Kubernetes cluster.

  • Current helm version: 2.9.1
  • Current kubectl version: 1.11.0

Drone Pipeline Usage

For the usage information and a listing of the available options please take a look at the docs.

Run the local image (or replace drone-helm with quay.io/ipedrazas/drone-helm:

docker run --rm \
  -e API_SERVER="https://$(minikube ip):8443" \
  -e KUBERNETES_TOKEN="${KUBERNETES_TOKEN}" \
  -e PLUGIN_NAMESPACE=default \
  -e PLUGIN_SKIP_TLS_VERIFY=true \
  -e PLUGIN_RELEASE=my-release \
  -e PLUGIN_CHART=stable/redis \
  -e PLUGIN_VALUES="tag=TAG,api=API" \
  -e PLUGIN_DEBUG=true \
  -e PLUGIN_DRY_RUN=true \
  -e DRONE_BUILD_EVENT=push \
  quay.io/ipedrazas/drone-helm

Contribution

TBD

Fork Notes

This is currently a fork of ipedrazas/drone-helm which is published to quai. The fork image will be published to dockerhub at peloton/drone-helm in the docs just replace until we know the long term path.

S
Description
No description provided
Readme MIT 1.5 MiB
Languages
Go 94.4%
Dockerfile 3.8%
Smarty 1.4%
Shell 0.4%