Skip to content

Commit dd0d71d

Browse files
committed
Upgrade Helm for build tools
Just keeping up with updates.
1 parent f54813e commit dd0d71d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN gcloud components update && gcloud components install kubectl
4343
RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
4444

4545
# install Helm package manager
46-
ENV HELM_VER 2.8.2
46+
ENV HELM_VER 2.9.1
4747
ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
4848
RUN curl -L ${HELM_URL} > /tmp/helm.tar.gz \
4949
&& tar -zxvf /tmp/helm.tar.gz -C /tmp \

0 commit comments

Comments
 (0)