Merge pull request #42 from hokichaio/chore/helm-v2.6.0

upgrade helm to v2.6.0
This commit is contained in:
Ivan Pedrazas
2017-08-25 13:59:42 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -28,9 +28,9 @@ RUN go build -v -o "/drone-helm"
FROM alpine:3.6
MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
# Helm version: can be passed at build time (default to v2.5.1)
# Helm version: can be passed at build time (default to v2.6.0)
ARG VERSION
ENV VERSION ${VERSION:-v2.5.1}
ENV VERSION ${VERSION:-v2.6.0}
ENV FILENAME helm-${VERSION}-linux-amd64.tar.gz
ARG KUBECTL
+1 -1
View File
@@ -2,7 +2,7 @@
This plugin allows to deploy a [Helm](https://github.com/kubernetes/helm) chart into a [Kubernetes](https://github.com/kubernetes/kubernetes) cluster.
* Current `helm` version: 2.5.1
* Current `helm` version: 2.6.0
* Current `kubectl` version: 1.6.6
## Drone Pipeline Usage