diff --git a/pkg/operator/.gitignore b/pkg/operator/.gitignore index d97ffc51..138f4c30 100644 --- a/pkg/operator/.gitignore +++ b/pkg/operator/.gitignore @@ -7,6 +7,9 @@ *.dylib bin +# testbin for MacOS +testbin + # Test binary, build with `go test -c` *.test diff --git a/pkg/operator/Makefile b/pkg/operator/Makefile index 35598c40..71418f76 100644 --- a/pkg/operator/Makefile +++ b/pkg/operator/Makefile @@ -133,7 +133,7 @@ CONTROLLER_GEN ?= $(LOCALBIN)/controller-gen ENVTEST ?= $(LOCALBIN)/setup-envtest ## Tool Versions -KUSTOMIZE_VERSION ?= v3.8.7 +KUSTOMIZE_VERSION ?= v4.5.7 CONTROLLER_TOOLS_VERSION ?= v0.9.0 KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"