mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-14 05:12:51 +08:00
Merge pull request #37 from hokichaio/chore/helm-v2.5.1
upgrade helm to v2.5.1
This commit is contained in:
+2
-2
@@ -25,9 +25,9 @@ RUN go build -v -o "/drone-helm"
|
||||
FROM alpine:3.6
|
||||
MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
|
||||
|
||||
# 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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user