Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #612 from cloudfoundry/ci-maint/bump-kind-dependen…
Browse files Browse the repository at this point in the history
…cies

CI-MAINT: bump dependencies of KinD tests
  • Loading branch information
jamespollard8 committed Jan 20, 2021
2 parents 08f094c + d441e6a commit b39e576
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions deploy/kind-on-gcp/terraform/vm.tf
Expand Up @@ -94,7 +94,7 @@ EOF
jq --version
echo "Installing kind..."
retry 5 curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.8.0/kind-linux-amd64"
retry 5 curl -Lo ./kind "https://kind.sigs.k8s.io/dl/v0.9.0/kind-linux-amd64"
chmod +x kind
kind --version
Expand All @@ -105,7 +105,10 @@ EOF
cf --version
echo "Installing Carvel tools..."
curl -L "https://carvel.dev/install.sh" | K14SIO_INSTALL_BIN_DIR=/tmp/kind/bin PATH=/tmp/kind/bin:$PATH bash
function install_carvel_tools {
curl -L "https://carvel.dev/install.sh" | K14SIO_INSTALL_BIN_DIR=/tmp/kind/bin PATH=/tmp/kind/bin:$PATH bash
}
retry 5 install_carvel_tools
ytt version
kapp version
cd -
Expand All @@ -120,7 +123,7 @@ cd $HOME
go version
echo "Installing Ginkgo..."
retry 5 go get -u "github.com/onsi/ginkgo/ginkgo@v1.11.0"
retry 5 go get -u "github.com/onsi/ginkgo/ginkgo@v1.14.2"
ginkgo version
echo "Change ownership of $HOME to tester..."
Expand Down

0 comments on commit b39e576

Please sign in to comment.