Commit b19b0e2d authored by nimrod's avatar nimrod
Browse files

Helm 2.16.

Because I really need that specific version (actually just a version
before 2.17 which changed the chart repository location).
parent b790c140
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -144,7 +144,6 @@ RUN apt-get update && \
        envconsul \
        gh \
        gomplate \
        helm@2 \
        hugo \
        kompose \
        kops \
@@ -155,7 +154,7 @@ RUN apt-get update && \
        terragrunt \
    && \
    brew cleanup --prune=all -s && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* /usr/local/opt/helm@2/etc/bash_completion.d/* && \
    ln --symbolic --target /etc/bash_completion.d/ /usr/local/etc/bash_completion.d/* && \
    ln --symbolic --target /usr/local/bin/ /usr/local/opt/helm@2/bin/* && \
    python3 -m pip install --use-deprecated=legacy-resolver \
        ansible \
@@ -232,6 +231,10 @@ RUN apt-get update && \
    go get github.com/99designs/aws-vault && \
    wget 'https://git.shore.co.il/shore/toolbox-build/-/jobs/artifacts/master/raw/toolbox.tar.gz?job=build' -O /tmp/toolbox.tar.gz && \
    tar -xzf /tmp/toolbox.tar.gz -C /usr/local/ && \
    wget "https://get.helm.sh/helm-v2.16.12-$(go env GOOS)-$(go env GOARCH).tar.gz" -O /tmp/helm.tar.gz && \
    tar -xzf /tmp/helm.tar.gz -C /tmp && \
    install -m 755 -o root -g root "/tmp/$(go env GOOS)-$(go env GOARCH)/helm" /usr/local/bin/helm && \
    install -m 755 -o root -g root "/tmp/$(go env GOOS)-$(go env GOARCH)/tiller" /usr/local/bin/tiller && \
    wget https://raw.githubusercontent.com/rabbitmq/rabbitmq-server/v3.8.16/deps/rabbitmq_management/bin/rabbitmqadmin -O /usr/local/bin/rabbitmqadmin && \
    chmod +x /usr/local/bin/rabbitmqadmin && \
    mkdir /usr/local/share/bfg && \