Skip to content

Commit

Permalink
helm update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Caneer committed Aug 30, 2021
1 parent e7d5a57 commit 4ad6fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ RUN asdf plugin add kubectl \

# Install Helm. Get versions using 'asdf list all helm'.
# Note: Please don't use Helm 2. Friends don't let friends use Tiller.
ARG HELM_VERSION="3.2.4"
ARG HELM_VERSION="3.6.3"
ENV HELM_VERSION=${HELM_VERSION}
RUN asdf plugin add helm \
&& asdf install helm "${HELM_VERSION}" \
Expand Down

0 comments on commit 4ad6fd4

Please sign in to comment.