Commit d0fdad27 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Add --skip-confirmation

parent 6e6d9b67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ test-helm-2to3:
    - helm3 2to3 convert --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" production-postgresql
    - helm2 list
    - helm3 list
    - yes | helm3 2to3 cleanup --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE"
    - helm3 2to3 cleanup --skip-confirmation --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE"
    - helm2 list || echo 'helm2 failed to run'
    - export AUTO_DEVOPS_HELM_MAJOR_VERSION=3
    - auto-deploy download_chart
+1 −2
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/branches/add-builds-for-helm-3:47ca2219be9793f185dc7f5bf9715f55825b34e2-helm2to3
FROM "registry.gitlab.com/gitlab-org/cluster-integration/helm-install-image/releases/${HELM_VERSION}-kube-${KUBERNETES_VERSION}"

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