Skip to content

Commit

Permalink
feat: add the ADMISSION_WEBHOOK_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Chao Zhang <tokers@apache.org>
  • Loading branch information
tokers committed Sep 30, 2022
1 parent 9909722 commit 5307ca5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/verify-examples-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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"

export KUBECONFIG="${GOPATH}/.kubeconfig"
export GOFLAGS GO111MODULE GOPATH
Expand Down Expand Up @@ -60,7 +61,7 @@ resources:
- certificate_config.yaml
- admission_webhook.yaml
images:
- name: gcr.io/k8s-staging-gateway-api/admission-server:v0.5.0
- name: gcr.io/k8s-staging-gateway-api/admission-server:${ADMISSION_WEBHOOK_VERSION}
newTag: latest
EOF

Expand Down

0 comments on commit 5307ca5

Please sign in to comment.