mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'update-helm-to-2.14.2-in-Dockerfile.gitlab-charts-build-base' into 'master'
Update Helm to 2.14.2 in Dockerfile.gitlab-charts-build-base See merge request gitlab-org/gitlab-build-images!210
This commit is contained in:
commit
fac433faa6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ruby:2.4.5-alpine
|
FROM ruby:2.4.5-alpine
|
||||||
MAINTAINER GitLab Distribution Team
|
MAINTAINER GitLab Distribution Team
|
||||||
|
|
||||||
ENV HELM_VERSION=2.12.3
|
ENV HELM_VERSION=2.14.2
|
||||||
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?)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue