Skip to content

Commit

Permalink
feat: Upgrade helm (#50)
Browse files Browse the repository at this point in the history
* Helm v2.17.0
* Helm v3.4.2
  • Loading branch information
mrahul17 committed Jan 9, 2021
1 parent 7035d19 commit 0ce1ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.10.2

ENV BASE_URL="https://get.helm.sh"

ENV HELM_2_FILE="helm-v2.16.1-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.0.0-linux-amd64.tar.gz"
ENV HELM_2_FILE="helm-v2.17.0-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.4.2-linux-amd64.tar.gz"

RUN apk add --no-cache ca-certificates \
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
Expand Down

0 comments on commit 0ce1ab7

Please sign in to comment.