mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
upgrade helm(1.11.0) and kubectl(1.11.2) to latest
This commit is contained in:
+2
-2
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user