Skip to content

Commit 655e090

Browse files
committed
update helm in e2e tests
1 parent b342c80 commit 655e090

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

infrabox/test/e2e/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ WORKDIR /project
1818
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl && \
1919
chmod +x /project/kubectl
2020

21-
RUN curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.tar.gz && \
22-
tar xvf helm-v2.9.1-linux-amd64.tar.gz && \
21+
RUN curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.10.0-linux-amd64.tar.gz && \
22+
tar xvf helm-v2.10.0-linux-amd64.tar.gz && \
2323
mv ./linux-amd64/helm ./helm && \
2424
rm -rf linux-amd64 && \
25-
rm helm-v2.9.1-linux-amd64.tar.gz && \
25+
rm helm-v2.10.0-linux-amd64.tar.gz && \
2626
ls -al /project
2727

2828
ENV PATH=$PATH:/project

0 commit comments

Comments
 (0)