mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 09:45:14 +01:00
update docker image to use helm 2.13.1 (#141)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
This commit is contained in:
committed by
Reinhard Nägele
parent
b060fc83f2
commit
08d07244ea
@@ -25,7 +25,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$KUBECTL
|
||||
mv kubectl /usr/local/bin/
|
||||
|
||||
# Install Helm
|
||||
ARG HELM_VERSION=v2.12.3
|
||||
ARG HELM_VERSION=v2.13.1
|
||||
RUN curl -LO "https://kubernetes-helm.storage.googleapis.com/helm-$HELM_VERSION-linux-amd64.tar.gz" && \
|
||||
mkdir -p "/usr/local/helm-$HELM_VERSION" && \
|
||||
tar -xzf "helm-$HELM_VERSION-linux-amd64.tar.gz" -C "/usr/local/helm-$HELM_VERSION" && \
|
||||
|
||||
Reference in New Issue
Block a user