Skip to content

Commit

Permalink
Merge pull request kubernetes#5600 from voelzmo/fix/controller-gen-do…
Browse files Browse the repository at this point in the history
…wnload-version

Fix controller-gen version in automatic download
  • Loading branch information
k8s-ci-robot authored Mar 16, 2023
2 parents 01972d2 + 7fee123 commit 57bd2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vertical-pod-autoscaler/hack/generate-crd-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ trap cleanup EXIT
if [[ -z $(which controller-gen) ]]; then
(
cd $WORKSPACE
go install sigs.k8s.io/controller-tools/cmd/controller-gen@0.9.2
go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.9.2
)
CONTROLLER_GEN=${GOBIN:-$(go env GOPATH)/bin}/controller-gen
else
Expand Down

0 comments on commit 57bd2bc

Please sign in to comment.