From c65d80e9ce22d2a08a321522700dcfd8e3ffeb25 Mon Sep 17 00:00:00 2001 From: Pete Bachant Date: Mon, 12 Jul 2021 18:39:22 -0400 Subject: [PATCH] Update to helm v3.6.2 (#17) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 28110e0..0eb24f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ RUN chmod +x /usr/bin/kubectl RUN curl -o /usr/bin/aws-iam-authenticator https://amazon-eks.s3.us-west-2.amazonaws.com/1.17.7/2020-07-08/bin/linux/amd64/aws-iam-authenticator RUN chmod +x /usr/bin/aws-iam-authenticator -RUN wget https://get.helm.sh/helm-v3.2.4-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm +RUN wget https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm RUN chmod +x /usr/local/bin/helm COPY entrypoint.sh /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"]: \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]: