Skip to content

Commit

Permalink
fix broken helm download link. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morven Cao authored Nov 20, 2020
1 parent 43ea344 commit 383f8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/docker/check-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ADD https://github.com/hadolint/hadolint/releases/download/${HADOLINT_VERSION}/h
RUN chmod 555 ${OUTDIR}/usr/bin/hadolint

# Helm
ADD https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-linux-amd64.tar.gz /tmp
ADD https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz /tmp
RUN tar -xf /tmp/helm-${HELM_VERSION}-linux-amd64.tar.gz -C /tmp
RUN mv /tmp/linux-amd64/helm ${OUTDIR}/usr/bin

Expand Down

0 comments on commit 383f8da

Please sign in to comment.