File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
fail-fast : false
11
11
matrix :
12
- kubernetesVersion : [ "v1.24.15 ", "v1.28.0 " ]
12
+ kubernetesVersion : [ "v1.30.11 ", "v1.32.2 " ]
13
13
runs-on : ubuntu-latest
14
14
if : github.ref != 'refs/heads/master'
15
15
steps :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ OPERATOR_SDK_VERSION ?= v1.39.2
53
53
# Image URL to use all building/pushing image targets
54
54
IMG ?= $(IMAGE_TAG_BASE ) :$(VERSION )
55
55
# 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
57
57
58
58
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
59
59
ifeq (,$(shell go env GOBIN) )
@@ -184,7 +184,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest
184
184
185
185
# # Tool Versions
186
186
KUSTOMIZE_VERSION ?= v5.6.0
187
- CONTROLLER_TOOLS_VERSION ?= v0.16.1
187
+ CONTROLLER_TOOLS_VERSION ?= v0.17.2
188
188
189
189
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
190
190
.PHONY : kustomize
You can’t perform that action at this time.
0 commit comments