diff --git a/Dockerfile b/Dockerfile index 925433f..64fdc38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,9 +25,9 @@ RUN go build -v -o "/drone-helm" FROM alpine:3.6 MAINTAINER Ivan Pedrazas -# 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 diff --git a/README.md b/README.md index e2b1891..8ee87c1 100644 --- a/README.md +++ b/README.md @@ -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`