diff --git a/Dockerfile b/Dockerfile index a8d8eac..1e67759 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Ivan Pedrazas 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" ] \ No newline at end of file +ENTRYPOINT [ "/bin/drone-helm" ] diff --git a/main.go b/main.go index a3a0bed..fa80539 100644 --- a/main.go +++ b/main.go @@ -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"),