Merge pull request #37 from hokichaio/chore/helm-v2.5.1

upgrade helm to v2.5.1
This commit is contained in:
Ivan Pedrazas
2017-07-27 09:02:52 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -25,9 +25,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.0)
# Helm version: can be passed at build time (default to v2.5.1)
ARG VERSION
ENV VERSION ${VERSION:-v2.5.0}
ENV VERSION ${VERSION:-v2.5.1}
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.0
* Current `helm` version: 2.5.1
* Current `kubectl` version: 1.6.6
For example, this configuration will deploy my-app using a chart located in the repo called `my-chart`