Update kubernetes packages to v0.30.0 #10
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.29.3
|
||||
KUBEBUILDER_VERSION=1.30.0
|
||||
|
||||
HELM_FILES := $(shell find deploy/example-webhook)
|
||||
|
||||
|
|
Loading…
Reference in a new issue