From 3e7d0dfa33ec78b700037a90e718f3efe13b7bae Mon Sep 17 00:00:00 2001 From: Peter Agnew Date: Tue, 30 Oct 2018 09:12:58 -0600 Subject: [PATCH] upgrade helm(1.11.0) and kubectl(1.11.2) to latest --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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