diff --git a/Dockerfile b/Dockerfile index e5486aa..e74e347 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,11 +7,11 @@ MAINTAINER Ivan Pedrazas # Helm version: can be passed at build time ARG VERSION -ENV VERSION ${VERSION:-v2.9.1} +ENV VERSION ${VERSION:-v2.11.0} ENV FILENAME helm-${VERSION}-linux-amd64.tar.gz ARG KUBECTL -ENV KUBECTL ${KUBECTL:-v1.11.0} +ENV KUBECTL ${KUBECTL:-v1.11.2} RUN set -ex \ && apk add --no-cache curl ca-certificates \ diff --git a/README.md b/README.md index bac9a24..99a52ba 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ 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.9.1 -* Current `kubectl` version: 1.11.0 +* Current `helm` version: 2.11.0 +* Current `kubectl` version: 1.11.2 ## Drone Pipeline Usage