Skip to content

Commit

Permalink
chore: Upgrade to helm 3.3.1 (#266)
Browse files Browse the repository at this point in the history
Signed-off-by: David Karlsen <[email protected]>
  • Loading branch information
davidkarlsen authored Sep 1, 2020
1 parent 49f3a5e commit dda8958
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.3.0
ARG helm_version=v3.3.1
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 dda8958

Please sign in to comment.