From 3e9f6bd43938149f641d7b2ce0d945748d89dd12 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Wed, 19 Sep 2018 11:50:26 -0700 Subject: [PATCH] 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 --- Dockerfile.gitlab-charts-build-base | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.gitlab-charts-build-base b/Dockerfile.gitlab-charts-build-base index 6a6b4d4..b7f6c1e 100644 --- a/Dockerfile.gitlab-charts-build-base +++ b/Dockerfile.gitlab-charts-build-base @@ -4,11 +4,11 @@ MAINTAINER GitLab Distribution Team ENV TF_VERSION=0.11.1 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 # 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 # Install dependencies