Commit 8ef4319c authored by Mike Terhar's avatar Mike Terhar
Browse files

Temporary hard-code helm-install-image tag

parent 28b25e33
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
ARG HELM_VERSION
ARG KUBERNETES_VERSION

FROM "registry.gitlab.com/gitlab-org/cluster-integration/helm-install-image/releases/${HELM_VERSION}-kube-${KUBERNETES_VERSION}"
#FROM "registry.gitlab.com/gitlab-org/cluster-integration/helm-install-image/releases/${HELM_VERSION}-kube-${KUBERNETES_VERSION}"
FROM "registry.gitlab.com/gitlab-org/cluster-integration/helm-install-image/branches/kubectl-1-16-7:d217f17e305cd2cfada4073aa33fbf3aa48bffc9-helm3"
## Remove hard-coded FROM once the helm-install-image is tagged for release. 

# https://github.com/sgerrand/alpine-pkg-glibc
ARG GLIBC_VERSION