update helm version

This commit is contained in:
Akshit Agrawal
2024-01-12 15:19:05 +05:30
parent 382dc7157f
commit b37dc28590
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3,10 +3,10 @@ FROM --platform=linux/amd64 alpine:latest as base
WORKDIR /app
RUN apk --no-cache add ca-certificates curl && \
curl -LO "https://get.helm.sh/helm-v3.8.0-linux-amd64.tar.gz" && \
tar -zxvf helm-v3.8.0-linux-amd64.tar.gz && \
curl -LO "https://get.helm.sh/helm-v3.13.0-linux-amd64.tar.gz" && \
tar -zxvf helm-v3.13.0-linux-amd64.tar.gz && \
mv linux-amd64/helm /usr/local/bin/helm && \
rm -rf linux-amd64 helm-v3.8.0-linux-amd64.tar.gz && \
rm -rf linux-amd64 helm-v3.13.0-linux-amd64.tar.gz && \
chmod +x /usr/local/bin/helm
COPY ./drone-helm /app/