mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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:
parent
627291a83a
commit
3e9f6bd439
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue