Skip to content

Commit a357c22

Browse files
cpanatounguiculus
authored andcommitted
Bump Helm to 2.15.2 (#181)
Signed-off-by: Carlos Panato <[email protected]>
1 parent 4dfcdf8 commit a357c22

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.14.1
28+
ARG HELM_VERSION=v2.15.2
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)