From 91d868b1a7e9a4a82057bc2f3e33d5f69c24ba9c Mon Sep 17 00:00:00 2001 From: Shane Utt Date: Fri, 16 Dec 2022 13:22:32 -0500 Subject: [PATCH] chore: update webhook version in build hacks --- hack/verify-examples-kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/verify-examples-kind.sh b/hack/verify-examples-kind.sh index be069a0699..26f3746ba9 100755 --- a/hack/verify-examples-kind.sh +++ b/hack/verify-examples-kind.sh @@ -22,7 +22,7 @@ readonly GO111MODULE="on" readonly GOFLAGS="-mod=readonly" readonly GOPATH="$(mktemp -d)" readonly CLUSTER_NAME="verify-gateway-api" -readonly ADMISSION_WEBHOOK_VERSION="v0.5.1" +readonly ADMISSION_WEBHOOK_VERSION="v0.6.0-rc2" export KUBECONFIG="${GOPATH}/.kubeconfig" export GOFLAGS GO111MODULE GOPATH