mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump the helm and kubectl used in the charts base image
The kubectl is far out of date, bump it to the version we are currently using elsewhere in the chart The Helm version is recent, but there is a newer patch that fixes some issues with CRD updating we are encountering in the charts.
This commit is contained in:
parent
d14735656f
commit
a19bc4b9ca
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
FROM ruby:2.4.5-alpine
|
||||
MAINTAINER GitLab Distribution Team
|
||||
|
||||
ENV HELM_VERSION=2.14.2
|
||||
ENV HELM_VERSION=2.14.3
|
||||
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.9.10
|
||||
ENV KUBECTL_VERSION=1.12.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