Update Kubebuilder to 1.29.3
This commit is contained in:
parent
1066032f96
commit
18c06c9d69
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue