Skip to content

Commit

Permalink
Bump docker image helm verison to 3.2.4 (#250)
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Leggett <[email protected]>
  • Loading branch information
smlx authored Aug 9, 2020
1 parent 8f4cee9 commit e8a9bd1
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 @@ -28,7 +28,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
mv kubectl /usr/local/bin/

# Install Helm
ARG helm_version=v3.1.2
ARG helm_version=v3.2.4
LABEL helm_version=$helm_version
RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \
mkdir -p "/usr/local/helm-$helm_version" && \
Expand Down

0 comments on commit e8a9bd1

Please sign in to comment.