Skip to content

Commit

Permalink
Downgrade kubebuilder assets version to 1.21.2
Browse files Browse the repository at this point in the history
Merge commit '08625e5b6e5f5c6bcf80365c084fa8f2d9f0793f'
  • Loading branch information
rstefan1 committed Apr 29, 2022
2 parents 12f654b + 08625e5 commit 7121745
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.21.11
KUBEBUILDER_ASSETS_VERSION ?= 1.21.2
KUBEBUILDER_ASSETS = $(CACHE_DIR)/kubebuilder/k8s/$(KUBEBUILDER_ASSETS_VERSION)-$(HOSTOS)-$(HOSTARCH)
export KUBEBUILDER_ASSETS

Expand Down

0 comments on commit 7121745

Please sign in to comment.