bump ks version (#693)

This commit is contained in:
IronPan 2019-01-23 15:08:25 -08:00 committed by Kubernetes Prow Robot
parent 4a043c1823
commit 4c551bac60
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ RUN apt-get update -y
RUN apt-get install -y curl
# Install ksonnet
ARG KS_VERSION="0.11.0"
ARG KS_VERSION="0.13.0"
RUN curl -LO https://github.com/ksonnet/ksonnet/releases/download/v${KS_VERSION}/ks_${KS_VERSION}_linux_amd64.tar.gz
RUN tar -xzf ks_${KS_VERSION}_linux_amd64.tar.gz
RUN chmod +x ./ks_${KS_VERSION}_linux_amd64/ks

View File

@ -84,7 +84,7 @@ tar -czf "$local_code_archive_file" .
gsutil cp "$local_code_archive_file" "$remote_code_archive_uri"
# Install ksonnet
KS_VERSION="0.11.0"
KS_VERSION="0.13.0"
curl -LO https://github.com/ksonnet/ksonnet/releases/download/v${KS_VERSION}/ks_${KS_VERSION}_linux_amd64.tar.gz
tar -xzf ks_${KS_VERSION}_linux_amd64.tar.gz
chmod +x ./ks_${KS_VERSION}_linux_amd64/ks