Skip to content

Commit 1bcc42d

Browse files
unguiculusdavidkarlsen
authored andcommitted
Upgrade Helm to 2.12.2 (#88)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent ee1bd9e commit 1bcc42d

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