mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
helm version updated
This commit is contained in:
+2
-2
@@ -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" ]
|
||||
|
||||
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user