Skip to content

Commit 4810338

Browse files
committed
Bump helm to v2.16.0
Signed-off-by: Eric Lemieux <[email protected]>
1 parent 5b7b21e commit 4810338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$KUBECTL
2525
mv kubectl /usr/local/bin/
2626

2727
# Install Helm
28-
ARG HELM_VERSION=v2.15.2
28+
ARG HELM_VERSION=v2.16.0
2929
RUN curl -LO "https://kubernetes-helm.storage.googleapis.com/helm-$HELM_VERSION-linux-amd64.tar.gz" && \
3030
mkdir -p "/usr/local/helm-$HELM_VERSION" && \
3131
tar -xzf "helm-$HELM_VERSION-linux-amd64.tar.gz" -C "/usr/local/helm-$HELM_VERSION" && \

0 commit comments

Comments
 (0)