Skip to content

Commit

Permalink
ci: add workaround for bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jobcespedes committed Apr 18, 2024
1 parent c953aac commit aef24ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-dist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest

## Tool Versions
KUSTOMIZE_VERSION ?= v5.0.1
CONTROLLER_TOOLS_VERSION ?= v0.12.0
CONTROLLER_TOOLS_VERSION := v0.14.0

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. If wrong version is installed, it will be removed before downloading.
Expand Down

0 comments on commit aef24ef

Please sign in to comment.