Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
fix: lets initialise the helm tekton home dir as environment repo pip…
Browse files Browse the repository at this point in the history
…elines are failing with the helm 2.0.17 release
  • Loading branch information
rawlingsj authored Dec 28, 2020
1 parent 3c01c60 commit d50e8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder-base/Dockerfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN curl -f https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKE
mv linux-amd64/helm /usr/bin/ && \
mv linux-amd64/tiller /usr/bin/ && \
rm -rf linux-amd64 && \
helm init --client-only --home /tekton/home && \
# helm3
curl -L https://get.helm.sh/helm-v${HELM3_VERSION}-linux-amd64.tar.gz | tar xzv && \
mv linux-amd64/helm /usr/bin/helm3 && \
Expand Down

0 comments on commit d50e8b1

Please sign in to comment.