mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'use-kubectl-version-1.16.4' into 'master'
Use KubeCtl 1.16.4 for Chart build image See merge request gitlab-org/gitlab-build-images!259
This commit is contained in:
commit
718f363ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ ENV HELM_VERSION=2.16.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.13.12
|
||||
ENV KUBECTL_VERSION=1.16.4
|
||||
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