Skip to content

Commit 91d868b

Browse files
committed
chore: update webhook version in build hacks
1 parent e247332 commit 91d868b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-examples-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ readonly GO111MODULE="on"
2222
readonly GOFLAGS="-mod=readonly"
2323
readonly GOPATH="$(mktemp -d)"
2424
readonly CLUSTER_NAME="verify-gateway-api"
25-
readonly ADMISSION_WEBHOOK_VERSION="v0.5.1"
25+
readonly ADMISSION_WEBHOOK_VERSION="v0.6.0-rc2"
2626

2727
export KUBECONFIG="${GOPATH}/.kubeconfig"
2828
export GOFLAGS GO111MODULE GOPATH

0 commit comments

Comments
 (0)