Skip to content

Commit

Permalink
Add helm with cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kruse committed Dec 2, 2024
1 parent bb1883c commit c906cc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ RUN . /envfile && echo $ARCH \
&& HELM_VERSION=$(curl -s https://api.github.com/repos/helm/helm/releases/latest | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') \
&& curl -fsSL https://get.helm.sh/helm-${HELM_VERSION}-linux-${ARCH}.tar.gz -o helm.tar.gz \
&& tar -zxvf helm.tar.gz \
&& mv linux-amd64/helm /usr/local/bin/helm \
&& mv **/helm /usr/local/bin/helm \
&& chmod +x /usr/local/bin/helm \
&& rm -rf linux-amd64 helm.tar.gz
&& rm -rf helm.tar.gz linux-*


# Install kind
Expand Down

0 comments on commit c906cc1

Please sign in to comment.