upgrade helm(1.11.0) and kubectl(1.11.2) to latest

This commit is contained in:
Peter Agnew
2018-10-30 09:12:58 -06:00
parent 12ca4f497b
commit 3e7d0dfa33
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
# 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 \
+2 -2
View File
@@ -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