Skip to content

Commit

Permalink
chore: update webhook version in build hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Dec 16, 2022
1 parent e247332 commit 91d868b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-examples-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91d868b

Please sign in to comment.