File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- kubernetesVersion : [ "v1.24.15 ", "v1.28.0 " ]
12+ kubernetesVersion : [ "v1.30.11 ", "v1.32.2 " ]
1313 runs-on : ubuntu-latest
1414 if : github.ref != 'refs/heads/master'
1515 steps :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ OPERATOR_SDK_VERSION ?= v1.39.2
5353# Image URL to use all building/pushing image targets
5454IMG ?= $(IMAGE_TAG_BASE ) :$(VERSION )
5555# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
56- ENVTEST_K8S_VERSION = 1.26 .0
56+ ENVTEST_K8S_VERSION = 1.32 .0
5757
5858# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
5959ifeq (,$(shell go env GOBIN) )
@@ -184,7 +184,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
184184
185185# # Tool Versions
186186KUSTOMIZE_VERSION ?= v5.6.0
187- CONTROLLER_TOOLS_VERSION ?= v0.16.1
187+ CONTROLLER_TOOLS_VERSION ?= v0.17.2
188188
189189KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
190190.PHONY : kustomize
You can’t perform that action at this time.
0 commit comments