1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Bump docker image helm verison to 3.2.4 (#250)

Signed-off-by: Scott Leggett <scott@sl.id.au>
This commit is contained in:
Scott Leggett
2020-08-09 22:13:29 +08:00
committed by GitHub
parent 8f4cee9d09
commit e8a9bd1c65

View File

@@ -28,7 +28,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$kubectl
mv kubectl /usr/local/bin/
# Install Helm
ARG helm_version=v3.1.2
ARG helm_version=v3.2.4
LABEL helm_version=$helm_version
RUN curl -LO "https://get.helm.sh/helm-$helm_version-linux-amd64.tar.gz" && \
mkdir -p "/usr/local/helm-$helm_version" && \