Skip to content

Commit

Permalink
Bump kubebuilder assets version to 1.21.11
Browse files Browse the repository at this point in the history
Merge commit '35556ca26bac9f2395a0bfd415b8af4fd6cce314'
  • Loading branch information
rstefan1 committed Apr 29, 2022
2 parents 94f35db + 35556ca commit 12f654b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makelib/kubebuilder.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CONTROLLER_GEN_WEBHOOK_OPTIONS ?= webhook
CONTROLLER_GEN_OBJECT_OPTIONS ?= object:headerFile=$(BOILERPLATE_FILE)
CONTROLLER_GEN_PATHS ?= $(foreach t,$(GO_SUBDIRS),paths=./$(t)/...)

KUBEBUILDER_ASSETS_VERSION ?= 1.19.2
KUBEBUILDER_ASSETS_VERSION ?= 1.21.11
KUBEBUILDER_ASSETS = $(CACHE_DIR)/kubebuilder/k8s/$(KUBEBUILDER_ASSETS_VERSION)-$(HOSTOS)-$(HOSTARCH)
export KUBEBUILDER_ASSETS

Expand Down

0 comments on commit 12f654b

Please sign in to comment.