Skip to content

Commit

Permalink
Bump helm to fix tests
Browse files Browse the repository at this point in the history
Helm 2.17 removes a hardcoded url that is no longer available
  • Loading branch information
ewrenn8 authored Jan 15, 2021
1 parent f21d409 commit 7930bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
chmod +x /tmp/bin/imgpkg
# helm 2
wget -O- https://get.helm.sh/helm-v2.14.3-linux-amd64.tar.gz > /tmp/helm2.tgz && \
echo "38614a665859c0f01c9c1d84fa9a5027364f936814d1e47839b05327e400bf55 /tmp/helm2.tgz" | shasum -c - && \
wget -O- https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz > /tmp/helm2.tgz && \
echo "f3bec3c7c55f6a9eb9e6586b8c503f370af92fe987fcbf741f37707606d70296 /tmp/helm2.tgz" | shasum -c - && \
mkdir /tmp/helm2-unpacked && tar -C /tmp/helm2-unpacked -xzvf /tmp/helm2.tgz && \
mv /tmp/helm2-unpacked/linux-amd64/helm /tmp/bin/helm2
Expand Down

0 comments on commit 7930bc2

Please sign in to comment.