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:
@@ -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" && \
|
||||
|
||||
Reference in New Issue
Block a user