We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54813e commit dd0d71dCopy full SHA for dd0d71d
1 file changed
build/build-image/Dockerfile
@@ -43,7 +43,7 @@ RUN gcloud components update && gcloud components install kubectl
43
RUN echo "source <(kubectl completion bash)" >> /root/.bashrc
44
45
# install Helm package manager
46
-ENV HELM_VER 2.8.2
+ENV HELM_VER 2.9.1
47
ENV HELM_URL https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VER}-linux-amd64.tar.gz
48
RUN curl -L ${HELM_URL} > /tmp/helm.tar.gz \
49
&& tar -zxvf /tmp/helm.tar.gz -C /tmp \
0 commit comments