Skip to content

Commit

Permalink
upgrade helm3 version
Browse files Browse the repository at this point in the history
Signed-off-by: Somesh Koli <somesh.koli@headout.com>
  • Loading branch information
someshkoli committed Aug 8, 2022
1 parent f983947 commit 8728883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3.15
ENV BASE_URL="https://get.helm.sh"

ENV HELM_2_FILE="helm-v2.17.0-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.6.3-linux-amd64.tar.gz"
ENV HELM_3_FILE="helm-v3.8.0-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 8728883

Please sign in to comment.