diff --git a/Makefile b/Makefile index 47a1a05..2f3fd64 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ IMAGE_TAG := "latest" OUT := $(shell pwd)/_out -KUBEBUILDER_VERSION=1.28.0 +KUBEBUILDER_VERSION=1.29.3 HELM_FILES := $(shell find deploy/example-webhook)