mirror of
https://github.com/helm/chart-testing.git
synced 2026-02-05 18:45:18 +01:00
Update helm to 2.17.0 (#313)
switch helm stable chart to use the new location. Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
This commit is contained in:
@@ -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.16.9
|
||||
ARG HELM_VERSION=v2.17.0
|
||||
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