helm version updated

This commit is contained in:
Ivan Pedrazas
2017-01-07 10:44:26 +00:00
parent 0464321d5e
commit 8001d4f2c1
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ MAINTAINER Ivan Pedrazas <ipedrazas@gmail.com>
RUN apk -Uuv add curl bash && rm /var/cache/apk/*
ENV HELM_VERSION v2.1.0
ENV HELM_VERSION v2.1.3
ENV FILENAME helm-${HELM_VERSION}-linux-amd64.tar.gz
ENV KUBECTL v1.5.1
@@ -28,4 +28,4 @@ LABEL kubectl=${KUBECTL}
COPY drone-helm /bin/drone-helm
COPY kubeconfig /root/.kube/kubeconfig
ENTRYPOINT [ "/bin/drone-helm" ]
ENTRYPOINT [ "/bin/drone-helm" ]
+2 -2
View File
@@ -75,8 +75,8 @@ func run(c *cli.Context) error {
}
plugin := Plugin{
Config: Config{
APIServer: c.String("api_server"),
Token: c.String("token"),
// APIServer: c.String("api_server"),
// Token: c.String("token"),
HelmCommand: c.StringSlice("helm_command"),
Namespace: c.String("namespace"),
SkipTLSVerify: c.Bool("skip_tls_verify"),