mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-14 05:12:51 +08:00
66b2406a6e
added drone file to build gitignore release, vendor remove build from docker file (now in drone)
1.6 KiB
1.6 KiB
Helm (Kubernetes) plugin for drone.io
This plugin allows to deploy a Helm chart into a Kubernetes cluster.
- Current
helmversion: 2.9.1 - Current
kubectlversion: 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
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.