Commit efc2bf9b authored by nimrod's avatar nimrod
Browse files

Install Helm2.

Because that's what I need.
parent 362d5ac3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -144,6 +144,7 @@ RUN apt-get update && \
        envconsul \
        gh \
        gomplate \
        helm@2 \
        hugo \
        kompose \
        kops \
@@ -236,6 +237,7 @@ RUN apt-get update && \
    poetry completions bash > /etc/bash_completion.d/poetry && \
    pandoc --bash-completion > /etc/bash_completion.d/pandoc && \
    register-python-argcomplete gitlab > /etc/bash_completion.d/gitlab && \
    helm completion bash > /etc/bash_completion.d/helm && \
    wget https://raw.githubusercontent.com/docker/compose/1.29.2/contrib/completion/bash/docker-compose -O /etc/bash_completion.d/docker-compose && \
    wget https://raw.githubusercontent.com/ansible-community/molecule/1.25.1/asset/bash_completion/molecule.bash-completion.sh -O /etc/bash_completion.d/molecule && \
    wget https://raw.githubusercontent.com/kbakulin/fabric-completion/master/fabric-completion.bash -O /etc/bash_completion.d/fabric && \