Update the versions of Helm and Kubectl used

Our cloud native CI has been updated to be a 1.9.x cluster, and our
recommended Helm version is already 2.9.x
This commit is contained in:
DJ Mountney 2018-09-19 11:50:26 -07:00
parent 627291a83a
commit 3e9f6bd439

View file

@ -4,11 +4,11 @@ MAINTAINER GitLab Distribution Team
ENV TF_VERSION=0.11.1 ENV TF_VERSION=0.11.1
ENV TF_URL=https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip ENV TF_URL=https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${TF_VERSION}_linux_amd64.zip
ENV HELM_VERSION=2.8.2 ENV HELM_VERSION=2.9.1
ENV HELM_URL=https://kubernetes-helm.storage.googleapis.com/helm-v${HELM_VERSION}-linux-amd64.tar.gz ENV HELM_URL=https://kubernetes-helm.storage.googleapis.com/helm-v${HELM_VERSION}-linux-amd64.tar.gz
# kubectl (possibly in gcloud?) # kubectl (possibly in gcloud?)
ENV KUBECTL_VERSION=1.8.8 ENV KUBECTL_VERSION=1.9.10
ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl ENV KUBECTL_URL=https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl
# Install dependencies # Install dependencies